chore: fix project errors
This commit is contained in:
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
/// <reference types="vite/client" />
|
||||
/// <reference types="vite-plugin-pwa/client" />
|
||||
|
||||
interface ImportMetaEnv {
|
||||
readonly VITE_APPWRITE_PROJECT_ID: string;
|
||||
readonly VITE_APPWRITE_ENDPOINT: string;
|
||||
readonly VITE_APPWRITE_DBID: string;
|
||||
readonly VITE_APPWRITE_FOODENTRIESID: string;
|
||||
readonly VITE_APPWRITE_USERSETTINGSID: string;
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv;
|
||||
}
|
||||
Reference in New Issue
Block a user