This commit is contained in:
tamaina
2022-04-23 04:04:26 +09:00
parent 73d138d8b0
commit 8a850fbe6b
4 changed files with 13 additions and 6 deletions

9
packages/client/@types/env.d.ts vendored Normal file
View File

@@ -0,0 +1,9 @@
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_APP_TITLE: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}