mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-30 21:29:44 -06:00
13 lines
196 B
JSON
13 lines
196 B
JSON
{
|
|
"restartable": "rs",
|
|
"verbose": true,
|
|
"ext": "go,mod,sum",
|
|
"watch": [
|
|
"cmd/hatchet-engine",
|
|
"internal",
|
|
"pkg",
|
|
"go.mod",
|
|
"go.sum"
|
|
]
|
|
}
|