2
This commit is contained in:
13
normal-admin/env.d.ts
vendored
Normal file
13
normal-admin/env.d.ts
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
interface ImportMetaEnv {
|
||||
readonly VITE_APP_API_BASE_URL?: string
|
||||
readonly VITE_APP_TITLE?: string
|
||||
readonly VITE_APP_SHOP_ID?: string
|
||||
readonly VITE_APP_USER_ID?: string
|
||||
}
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user