feat: add devflow doctor cli

This commit is contained in:
chungyeong
2026-05-09 22:41:38 +09:00
parent 38f3472d9c
commit 42f0fb193d
17 changed files with 931 additions and 8 deletions

View File

@@ -2,3 +2,4 @@ DATABASE_URL=postgres://devflow:devflow@127.0.0.1:55432/devflow
WORKSPACE_ROOT=./data/workspace
LOG_LEVEL=info
DEVFLOW_POSTGRES_PORT=55432
DEVFLOW_BACKENDS_JSON=[{"id":"fake","enabled":true}]