Files
hatchet/nodemon.engine.json
abelanger5 4d03592aec chore: telemetry improvements (#101)
* 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
2024-01-11 13:09:06 -05:00

12 lines
195 B
JSON

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