Add Version Number To Footer

This commit is contained in:
2026-07-12 01:11:45 +10:00
parent 35c439dba4
commit f0306a6dd8
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ function getAppVersion(): string {
export default defineConfig({
define: {
__APP_VERSION__: JSON.stringify(getAppVersion()),
__APP_VERSION__: JSON.stringify(process.env.VITE_APP_VERSION ?? 'Dev'),
},
plugins: [
laravel({