fix: restore layout and add dynamic version to footer

This commit is contained in:
2026-02-16 03:24:54 +01:00
parent 14ba647f42
commit ae3d650011
5 changed files with 11 additions and 3 deletions

View File

@@ -4,6 +4,9 @@ import vue from '@vitejs/plugin-vue'
// https://vite.dev/config/
export default defineConfig({
plugins: [vue()],
define: {
'__APP_VERSION__': JSON.stringify(process.env.npm_package_version),
},
server: {
port: 5174,
hmr: {