This commit is contained in:
IndieKKY
2024-09-19 16:24:55 +08:00
parent 78b5d7a18b
commit 3a9a8d9d56
5 changed files with 2 additions and 14 deletions

2
src/vite-env.d.ts vendored
View File

@@ -1,8 +1,6 @@
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_REVIEW_URL: string
readonly VITE_EXTENSION_ID: string
}
interface ImportMeta {