mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +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