fix: type vite env settings
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
7
h5-app/src/vite-env.d.ts
vendored
Normal file
7
h5-app/src/vite-env.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
interface ImportMetaEnv {
|
||||
readonly VITE_API_BASE?: string
|
||||
readonly VITE_BASE?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user