mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-13 04:03:42 +08:00
build(projects): 添加vercel打包的环境
This commit is contained in:
2
src/typings/common/env.d.ts
vendored
2
src/typings/common/env.d.ts
vendored
@@ -18,6 +18,8 @@ interface ImportMetaEnv {
|
||||
readonly VITE_APP_DESC: string;
|
||||
/** 网路请求环境类型 */
|
||||
readonly VITE_HTTP_ENV: Service.HttpEnv;
|
||||
/** 是否是部署vercel */
|
||||
readonly VITE_IS_VERCEL?: '1';
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
|
||||
Reference in New Issue
Block a user