diff --git a/config/config.ts b/config/config.ts index ee0d5eb8..8f12610c 100644 --- a/config/config.ts +++ b/config/config.ts @@ -149,6 +149,9 @@ export default defineConfig({ projectName: 'swagger', }, ], + mock: { + include: ['mock/**/*', 'src/pages/**/_mock.ts'], + }, mfsu: { strategy: 'normal', },