fix: types

This commit is contained in:
xiaoxian521
2021-12-13 17:39:13 +08:00
parent 438aab9bfc
commit a0c54a6ac9
2 changed files with 3 additions and 5 deletions

View File

@@ -5,7 +5,8 @@ const warpperEnv = (envConf: Recordable): ViteEnv => {
VITE_PORT: 8848,
VITE_PUBLIC_PATH: "",
VITE_PROXY_DOMAIN: "",
VITE_PROXY_DOMAIN_REAL: ""
VITE_PROXY_DOMAIN_REAL: "",
VITE_ROUTER_HISTORY: ""
};
for (const envName of Object.keys(envConf)) {