Revert "feat: try support LiteLoader"

This reverts commit 31be81d9e1.
This commit is contained in:
手瓜一十雪
2024-05-23 18:10:18 +08:00
parent 3927070013
commit 97fd2c76ae
9 changed files with 3 additions and 52 deletions

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

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