mirror of
https://github.com/go-task/task.git
synced 2026-06-27 06:34:18 +00:00
feat(watcher): migrate to fsnotify (#2048)
This commit is contained in:
1
testdata/watch/.gitignore
vendored
Normal file
1
testdata/watch/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
src/*
|
||||
10
testdata/watch/Taskfile.yaml
vendored
Normal file
10
testdata/watch/Taskfile.yaml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# https://taskfile.dev
|
||||
|
||||
version: '3'
|
||||
|
||||
tasks:
|
||||
default:
|
||||
sources:
|
||||
- "src/*"
|
||||
cmds:
|
||||
- echo "Task running!"
|
||||
Reference in New Issue
Block a user