diff options
| author | Bobby <[email protected]> | 2026-04-22 08:14:32 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2026-04-22 08:14:32 +0530 |
| commit | da1095c29a5377f7c3b4a91affb4cf176f6e7640 (patch) | |
| tree | fc1cd17d83a1571a859eb27c75e1205ced3f3b9e /app | |
| parent | 0bb36660ec4bceeb4bd9b18cf47a30ba8eded427 (diff) | |
| download | hollowdark-da1095c29a5377f7c3b4a91affb4cf176f6e7640.tar.xz hollowdark-da1095c29a5377f7c3b4a91affb4cf176f6e7640.zip | |
Move screens to lib/screens, version to lib/version, inject version via Vite define; lib is folders-only
Diffstat (limited to 'app')
| -rw-r--r-- | app/app.d.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/app.d.ts b/app/app.d.ts index 242ec56..ef194db 100644 --- a/app/app.d.ts +++ b/app/app.d.ts @@ -1,7 +1,7 @@ - declare global { - namespace App { - } + namespace App {} + + const __APP_VERSION__: string } export {} |
