mirror of
https://github.com/un-pany/v3-admin-vite.git
synced 2025-04-20 19:09:21 +08:00
chore: remove ‘declare’
This commit is contained in:
parent
86b6562ab8
commit
2ad674b0b0
2
types/env.d.ts
vendored
2
types/env.d.ts
vendored
@ -1,5 +1,5 @@
|
||||
/** 声明 vite 环境变量的类型(如果未声明则默认是 any) */
|
||||
declare interface ImportMetaEnv {
|
||||
interface ImportMetaEnv {
|
||||
readonly VITE_APP_TITLE: string
|
||||
readonly VITE_BASE_API: string
|
||||
readonly VITE_ROUTER_HISTORY: "hash" | "html5"
|
||||
|
Loading…
x
Reference in New Issue
Block a user