mirror of
https://github.com/tale/headplane.git
synced 2026-07-26 15:58:14 +00:00
5 lines
144 B
TypeScript
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;
|