init commit

This commit is contained in:
zihluwang
2025-03-26 19:06:46 +08:00
commit a46d254148
22 changed files with 3248 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
/// <reference types="vite/client" />
interface ImportMetaEnv {
// todo add env properties here
}
interface ImportMeta {
readonly env: ImportMetaEnv
}