mirror of
https://github.com/maciejpedzich/racemash.git
synced 2024-11-12 18:03:02 +01:00
6 lines
118 B
TypeScript
6 lines
118 B
TypeScript
interface ImportMetaEnv {
|
|
BASE_URL: string;
|
|
VITE_APPWRITE_ENDPOINT: string;
|
|
VITE_APPWRITE_PROJECT_ID: string;
|
|
}
|