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

@@ -5,5 +5,9 @@
"types": ["node", "vitest"]
},
"include": ["vitest.workspace.ts", "tests/**/*.ts"],
"references": [{ "path": "./packages/db" }]
"references": [
{ "path": "./packages/core" },
{ "path": "./packages/db" },
{ "path": "./apps/cli" }
]
}