Skip to content

Commit

Permalink
revert signin path
Browse files Browse the repository at this point in the history
  • Loading branch information
little3201 committed Oct 29, 2024
1 parent f9ab9e5 commit 355468a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boot/msw-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { handlers } from 'src/mocks/handlers' // 您的请求处理程序

export default boot(() => {
// dev
if (process.env.DEV) {
if (!process.env.DEV) {
const worker = setupWorker(...handlers)
worker.start()
}
Expand Down

0 comments on commit 355468a

Please sign in to comment.