Add VITE_APP_VERSION to environment and update SystemInfoDialog to display version

This commit is contained in:
2025-08-07 19:01:31 +02:00
parent 0150429e82
commit 3ba62af01a
4 changed files with 40 additions and 4 deletions

View File

@@ -18,8 +18,9 @@
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"types": ["vite/client"]
},
"include": ["src"],
"include": ["src", "src/vite-env.d.ts"],
"references": [{ "path": "./tsconfig.node.json" }]
}