aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/types
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/types')
-rw-r--r--subprojects/frontend/types/ImportMeta.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/subprojects/frontend/types/ImportMeta.d.ts b/subprojects/frontend/types/ImportMeta.d.ts
index 2008e268..c32b48f5 100644
--- a/subprojects/frontend/types/ImportMeta.d.ts
+++ b/subprojects/frontend/types/ImportMeta.d.ts
@@ -1,5 +1,6 @@
1interface ImportMeta { 1interface ImportMeta {
2 env: { 2 env: {
3 BASE_URL: string;
3 DEV: boolean; 4 DEV: boolean;
4 MODE: string; 5 MODE: string;
5 PROD: boolean; 6 PROD: boolean;