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.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/main/types/importMeta.d.ts b/packages/main/types/importMeta.d.ts
index e422c30..efcf48a 100644
--- a/packages/main/types/importMeta.d.ts
+++ b/packages/main/types/importMeta.d.ts
@@ -7,5 +7,5 @@ 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 } 10 };
11} 11}