Fix: TypeScript config for IDE compatibility
This commit is contained in:
3
frontend/src/env.d.ts
vendored
3
frontend/src/env.d.ts
vendored
@@ -4,6 +4,9 @@ interface ImportMetaEnv {
|
||||
readonly PUBLIC_DIRECTUS_URL: string;
|
||||
readonly DIRECTUS_ADMIN_TOKEN: string;
|
||||
readonly PUBLIC_PLATFORM_DOMAIN: string;
|
||||
readonly DEV: boolean;
|
||||
readonly PROD: boolean;
|
||||
readonly MODE: string;
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
|
||||
Reference in New Issue
Block a user