Skip to content

Commit

Permalink
Update utils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexpro authored Apr 25, 2024
1 parent 7942b1f commit 3eeaa08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const __APP_INFO__ = {
};

/** 处理环境变量 */
const warpperEnv = (envConf: Recordable): ViteEnv => {
const wrapperEnv = (envConf: Recordable): ViteEnv => {
// 默认值
const ret: ViteEnv = {
VITE_PORT: 8848,
Expand Down Expand Up @@ -107,4 +107,4 @@ const getPackageSize = options => {
});
};

export { root, pathResolve, alias, __APP_INFO__, warpperEnv, getPackageSize };
export { root, pathResolve, alias, __APP_INFO__, wrapperEnv, getPackageSize };

0 comments on commit 3eeaa08

Please sign in to comment.