This commit is contained in:
Ilia Denisov
2026-05-07 07:18:55 +02:00
parent 7af57933eb
commit 7cc18159e9
20 changed files with 2090 additions and 12 deletions
+3
View File
@@ -0,0 +1,3 @@
// APP_VERSION is the package.json "version" field, inlined at build time
// by the Vite `define` plugin (see vite.config.ts).
export const APP_VERSION: string = __APP_VERSION__;