mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-04 15:52:25 -06:00
* fix: simple example * chore: telemetry improvements - Adds opentelemetry integration for the engine - Adds standard logger with json and more readable output formats * remove env from nodemon config files
12 lines
195 B
JSON
12 lines
195 B
JSON
{
|
|
"restartable": "rs",
|
|
"verbose": true,
|
|
"ext": "go,mod,sum",
|
|
"watch": [
|
|
"cmd/hatchet-engine",
|
|
"internal",
|
|
"pkg",
|
|
"go.mod",
|
|
"go.sum"
|
|
]
|
|
} |