aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/types/importMeta.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/main/types/importMeta.d.ts')
-rw-r--r--packages/main/types/importMeta.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/main/types/importMeta.d.ts b/packages/main/types/importMeta.d.ts
index 7426961..9818ca1 100644
--- a/packages/main/types/importMeta.d.ts
+++ b/packages/main/types/importMeta.d.ts
@@ -7,5 +7,6 @@ interface ImportMeta {
7 GIT_SHA: string; 7 GIT_SHA: string;
8 GIT_BRANCH: string; 8 GIT_BRANCH: string;
9 BUILD_DATE: number; 9 BUILD_DATE: number;
10 SUPPORTED_LOCALES: string[];
10 }; 11 };
11} 12}