This commit is contained in:
IndieKKY
2024-10-07 19:10:39 +08:00
parent 44895a98a6
commit 1c5534fc82
5 changed files with 3 additions and 7 deletions

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

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