Browse Source

chore: update mock config

pull/10914/head
wuxh 3 years ago
parent
commit
e83e37e247
No known key found for this signature in database GPG Key ID: 464F03149513C20C
  1. 3
      config/config.ts

3
config/config.ts

@ -149,6 +149,9 @@ export default defineConfig({
projectName: 'swagger',
},
],
mock: {
include: ['mock/**/*', 'src/pages/**/_mock.ts'],
},
mfsu: {
strategy: 'normal',
},

Loading…
Cancel
Save