diff --git a/app/pages/rules.vue b/app/pages/rules.vue index 7913aae..cc189fe 100644 --- a/app/pages/rules.vue +++ b/app/pages/rules.vue @@ -183,7 +183,7 @@ function resetFilters() { >
Clear Filter - diff --git a/src/ws.ts b/src/ws.ts index a5275f9..483f070 100644 --- a/src/ws.ts +++ b/src/ws.ts @@ -49,7 +49,6 @@ export async function createWsServer(options: CreateWsServerOptions) { const watcher = chokidar.watch([], { ignoreInitial: true, cwd: basePath, - disableGlobbing: true, }) watcher.on('change', (path) => {