Skip to content

Commit

Permalink
chore: fix error commend
Browse files Browse the repository at this point in the history
  • Loading branch information
feige996 committed Feb 1, 2024
1 parent 9d91268 commit 656329c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default ({ command, mode }) => {
// mode: 区分生产环境还是开发环境
console.log(command, mode)
// pnpm dev:h5 时得到 => serve development
// pnpm build:h5 时得到 => build development
// pnpm build:h5 时得到 => build production
// pnpm dev:mp-weixin 时得到 => build development (注意区别,command为build)
// pnpm build:mp-weixin 时得到 => build production

Expand Down

0 comments on commit 656329c

Please sign in to comment.