Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 17, 2024
1 parent b5da8e7 commit 27654d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/pages/rules.vue
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ function resetFilters() {
>
<div i-ph-funnel-duotone text-purple />
<span op50>Clear Filter</span>
<button
<div
i-ph-x ml--1 text-sm op25 hover:op100
/>
</button>
Expand Down
1 change: 0 additions & 1 deletion src/ws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export async function createWsServer(options: CreateWsServerOptions) {
const watcher = chokidar.watch([], {
ignoreInitial: true,
cwd: basePath,
disableGlobbing: true,
})

watcher.on('change', (path) => {
Expand Down

0 comments on commit 27654d5

Please sign in to comment.