登录页面init
This commit is contained in:
9
frontend/vite-env.d.ts
vendored
Normal file
9
frontend/vite-env.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
interface ImportMetaEnv {
|
||||
readonly NODE_ENV: string;
|
||||
readonly VITE_TITLE: string;
|
||||
// ... 其他环境变量
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv;
|
||||
}
|
||||
Reference in New Issue
Block a user