✏️ 继续修正 import

This commit is contained in:
目棃
2024-06-26 22:28:05 +08:00
parent f2e4186042
commit 0061dfa988
44 changed files with 198 additions and 230 deletions

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

@@ -47,5 +47,4 @@ interface ImportMetaEnv {
declare interface ImportMeta {
readonly env: ImportMetaEnv;
readonly glob: (path: string) => Record<string, () => Promise<any>>;
}