aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/types
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-22 22:35:38 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-22 22:35:38 +0100
commitdca0dfdfddca8ee55cd2111cd0c87afcbb2f88f3 (patch)
tree6d2a33fc7c4728f40ae4b1af9dccbfa4340544bf /packages/main/types
parentbuild: Add electron-builder (diff)
downloadsophie-dca0dfdfddca8ee55cd2111cd0c87afcbb2f88f3.tar.gz
sophie-dca0dfdfddca8ee55cd2111cd0c87afcbb2f88f3.tar.zst
sophie-dca0dfdfddca8ee55cd2111cd0c87afcbb2f88f3.zip
build: Simplify project structure
Diffstat (limited to 'packages/main/types')
-rw-r--r--packages/main/types/vite-env.d.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/main/types/vite-env.d.ts b/packages/main/types/vite-env.d.ts
new file mode 100644
index 0000000..c6d56a6
--- /dev/null
+++ b/packages/main/types/vite-env.d.ts
@@ -0,0 +1,5 @@
1/// <reference types="vite/client" />
2
3interface ImportMetaEnv {
4 VITE_DEV_SERVER_URL: string | undefined;
5}