aboutsummaryrefslogtreecommitdiffstats
path: root/apps/cli/src/vite-env.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'apps/cli/src/vite-env.d.ts')
-rw-r--r--apps/cli/src/vite-env.d.ts9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/cli/src/vite-env.d.ts b/apps/cli/src/vite-env.d.ts
new file mode 100644
index 00000000..604ce503
--- /dev/null
+++ b/apps/cli/src/vite-env.d.ts
@@ -0,0 +1,9 @@
+/// <reference types="vite/client" />
+
+interface ImportMetaEnv {
+ readonly CLI_VERSION: string;
+}
+
+interface ImportMeta {
+ readonly env: ImportMetaEnv;
+}