From 27654d5f0f24b491b346fb921de25da9e2c3e956 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Tue, 17 Sep 2024 12:45:39 +0200 Subject: [PATCH] chore: update --- app/pages/rules.vue | 2 +- src/ws.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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) => {