phase 1
This commit is contained in:
Vendored
+10
@@ -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 {};
|
||||
Reference in New Issue
Block a user