Files
headplane/app/globals.d.ts
T
2026-04-26 23:52:49 -04:00

5 lines
144 B
TypeScript

// Globals replaced at build time by Vite (`define` in `vite.config.ts`).
declare const __PREFIX__: string;
declare const __VERSION__: string;