build: add hot reload config for core letta server (#2093)
This commit is contained in:
11
project.json
11
project.json
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user