feat: add app version to handlebars configuration
This commit is contained in:
@@ -378,6 +378,7 @@ export default defineConfig(() => {
|
||||
brandName: process.env.VITE_BRAND_NAME || '',
|
||||
brandLogo: process.env.VITE_BRAND_LOGO || '',
|
||||
footerText: process.env.VITE_FOOTER_TEXT || '',
|
||||
appVersion: process.env.npm_package_version || 'Unknown',
|
||||
},
|
||||
}),
|
||||
languageRouterPlugin(),
|
||||
|
||||
Reference in New Issue
Block a user