mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-02-08 01:41:35 +00:00
12 lines
238 B
TypeScript
12 lines
238 B
TypeScript
/// <reference types="histoire/vue" />
|
|
|
|
/// <reference types="vite/client" />
|
|
|
|
interface ImportMetaEnv {
|
|
readonly VITE_SERVER_URL: string;
|
|
readonly VITE_HISTOIRE_ENV: string;
|
|
}
|
|
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv;
|
|
}
|