Files
hatchet/nodemon.api.json
2024-04-16 22:19:21 +04:00

14 lines
208 B
JSON

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