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

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!"

View File

@@ -1,16 +0,0 @@
# https://taskfile.dev
version: '3'
vars:
GREETING: Hello, World!
interval: "500ms"
tasks:
default:
sources:
- "src/*"
cmds:
- echo "{{.GREETING}}"
silent: false