mirror of
https://github.com/maciejpedzich/racemash.git
synced 2025-04-05 00:01:11 +02: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;
|
||||
VITE_APPWRITE_ENDPOINT: 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…
x
Reference in New Issue
Block a user