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 89daf52 commit bf631fdCopy full SHA for bf631fd
src/core/RoutesFolderWatcher.ts
@@ -26,10 +26,6 @@ export class RoutesFolderWatcher {
26
this.exclude = folderOptions.exclude
27
this.extensions = folderOptions.extensions
28
this.filePatterns = folderOptions.filePatterns
29
- console.log(
30
- '🚀 ~ file: RoutesFolderWatcher.ts ~ line 86 ~ RoutesFolderWatcher ~ constructor ~ this.filePatterns',
31
- this.filePatterns
32
- )
33
34
this.watcher = fsWatch('.', {
35
cwd: this.src,
0 commit comments