feat: add app version to handlebars configuration

This commit is contained in:
Sebastian Espei
2026-03-30 01:35:12 +02:00
parent 2bdacb7507
commit 3673099646

View File

@@ -378,6 +378,7 @@ export default defineConfig(() => {
brandName: process.env.VITE_BRAND_NAME || '', brandName: process.env.VITE_BRAND_NAME || '',
brandLogo: process.env.VITE_BRAND_LOGO || '', brandLogo: process.env.VITE_BRAND_LOGO || '',
footerText: process.env.VITE_FOOTER_TEXT || '', footerText: process.env.VITE_FOOTER_TEXT || '',
appVersion: process.env.npm_package_version || 'Unknown',
}, },
}), }),
languageRouterPlugin(), languageRouterPlugin(),