Skip to content

Commit

Permalink
test: ✅ mock
Browse files Browse the repository at this point in the history
  • Loading branch information
G committed Dec 27, 2023
1 parent 5f2ce67 commit 31eb446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/admin/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
symbolId: 'icon-[dir]-[name]',
}),
viteMockServe({
ignore: /^\_/,
ignore: /^_/,
mockPath: 'mock',
localEnabled: !isBuild,
prodEnabled: isBuild,
Expand Down

0 comments on commit 31eb446

Please sign in to comment.