aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/vite-env.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/app/vite-env.d.ts')
-rw-r--r--src/frontend/app/vite-env.d.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frontend/app/vite-env.d.ts b/src/frontend/app/vite-env.d.ts
index 11f02fe..1661f17 100644
--- a/src/frontend/app/vite-env.d.ts
+++ b/src/frontend/app/vite-env.d.ts
@@ -1 +1,3 @@
/// <reference types="vite/client" />
+
+declare const __COMMIT_HASH__: string;