diff --git a/config/config.ts b/config/config.ts index 08f40d11..4a4067c5 100644 --- a/config/config.ts +++ b/config/config.ts @@ -130,4 +130,7 @@ export default defineConfig({ projectName: 'swagger', }, ], + mfsu: { + exclude :['@playwright/test'] + }, });