feat(crawler): fix async crawling
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@
|
||||
},
|
||||
"files": {
|
||||
"ignoreUnknown": true,
|
||||
"includes": ["**/apps", "**/packages", "!/apps/api-legacy", "!/apps/mobile-legacy"]
|
||||
"includes": ["**", "!apps/mobile-legacy", "!apps/api-legacy"]
|
||||
},
|
||||
"formatter": {
|
||||
"enabled": true,
|
||||
|
||||
Reference in New Issue
Block a user