Initial commit

This commit is contained in:
2026-01-15 15:03:59 +08:00
committed by GitHub
commit f8eda9ba2f
35 changed files with 3212 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
}