Template
1
0
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:
pany 2024-02-22 18:52:25 +08:00
parent 86b6562ab8
commit 2ad674b0b0

2
types/env.d.ts vendored
View File

@ -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"