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
+10
View File
@@ -0,0 +1,10 @@
declare global {
// Build-time constant injected by Vite from package.json version.
const __APP_VERSION__: string;
namespace App {
// future-phase types added later
}
}
export {};