build: add hot reload config for core letta server (#2093)

This commit is contained in:
jnjpng
2025-05-09 11:39:43 -07:00
committed by GitHub
parent 8bb194541e
commit 3fa1a295ba
3 changed files with 16 additions and 3 deletions

View File

@@ -34,6 +34,17 @@
"cwd": "apps/core"
}
},
"debug": {
"executor": "@nxlv/python:run-commands",
"options": {
"commands": [
"./otel/start-otel-collector.sh",
"poetry run letta server --debug --reload"
],
"parallel": true,
"cwd": "apps/core"
}
},
"build": {
"executor": "@nxlv/python:build",
"outputs": ["{projectRoot}/dist"],