feat(watcher): migrate to fsnotify (#2048)

This commit is contained in:
Andrey Nering
2025-03-22 20:06:16 -03:00
committed by GitHub
parent 89caf1e049
commit 0d5f2b5dab
14 changed files with 245 additions and 173 deletions

1
testdata/watch/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
src/*

10
testdata/watch/Taskfile.yaml vendored Normal file
View File

@@ -0,0 +1,10 @@
# https://taskfile.dev
version: '3'
tasks:
default:
sources:
- "src/*"
cmds:
- echo "Task running!"