init
This commit is contained in:
10
cool-admin-vue/env.d.ts
vendored
Normal file
10
cool-admin-vue/env.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
interface ImportMetaEnv {
|
||||
readonly VITE_NAME: string;
|
||||
readonly VITE_TIMEOUT: number;
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv;
|
||||
}
|
Reference in New Issue
Block a user