Files
hatchet/nodemon.engine.json

7 lines
142 B
JSON

{
"restartable": "rs",
"verbose": true,
"ext": "go,mod,sum",
"watch": ["cmd/hatchet-engine", "internal", "pkg", "go.mod", "go.sum"]
}