mirror of
https://github.com/Arlind-dev/sulej.ch.git
synced 2025-12-01 17:35:14 +01:00
6 lines
154 B
TypeScript
6 lines
154 B
TypeScript
/// <reference types="svelte" />
|
|
/// <reference types="vite/client" />
|
|
|
|
declare const __APP_VERSION__: string;
|
|
declare const __APP_COMMIT__: string;
|