feat: add grafana support for local dev (#1318)

This commit is contained in:
cthomas
2025-03-17 17:58:38 -07:00
committed by GitHub
parent d653fbcb89
commit e4456acec1
5 changed files with 111 additions and 1 deletions

View File

@@ -26,7 +26,8 @@
"dev": {
"executor": "@nxlv/python:run-commands",
"options": {
"command": "poetry run letta server",
"commands": ["./start-otel-collector.sh", "poetry run letta server"],
"parallel": true,
"cwd": "apps/core"
}
},