mirror of
https://github.com/maciejpedzich/racemash.git
synced 2024-11-27 16:15:47 +01:00
Add variables for database and collection IDs
This commit is contained in:
parent
2bbd0960ef
commit
6c0a095fe2
5
src/global.d.ts
vendored
5
src/global.d.ts
vendored
@ -2,4 +2,9 @@ interface ImportMetaEnv {
|
|||||||
BASE_URL: string;
|
BASE_URL: string;
|
||||||
VITE_APPWRITE_ENDPOINT: string;
|
VITE_APPWRITE_ENDPOINT: string;
|
||||||
VITE_APPWRITE_PROJECT_ID: string;
|
VITE_APPWRITE_PROJECT_ID: string;
|
||||||
|
VITE_DATABASE_ID: string;
|
||||||
|
VITE_PHOTOS_COLLECTION_ID: string;
|
||||||
|
VITE_VOTES_COLLECTION_ID: string;
|
||||||
|
VITE_PHOTO_APPEARANCE_COUNT_COLLECTION_ID: string;
|
||||||
|
VITE_NUMBER_OF_PHOTOS: number;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user