We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 764f731 commit c836463Copy full SHA for c836463
app/msw-mock-api.ts
@@ -88,8 +88,8 @@ export async function startMockAPI() {
88
// not handle them and they fall through to the dev server, so warning
89
// about them is just noise.
90
const ignore = [
91
- path.includes('libs/ui/assets'),
92
path.startsWith('/app'),
+ path.startsWith('/libs/ui'),
93
path.startsWith('/node_modules'),
94
].some(Boolean)
95
if (!ignore) {
0 commit comments