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

36
pnpm-lock.yaml generated
View File

@@ -8,15 +8,21 @@ importers:
.:
dependencies:
commander:
specifier: 12.1.0
version: 12.1.0
dotenv:
specifier: ^17.4.2
specifier: 17.4.2
version: 17.4.2
drizzle-orm:
specifier: ^0.45.2
specifier: 0.45.2
version: 0.45.2(@types/pg@8.20.0)(pg@8.20.0)
pg:
specifier: ^8.20.0
specifier: 8.20.0
version: 8.20.0
zod:
specifier: 3.24.1
version: 3.24.1
devDependencies:
'@biomejs/biome':
specifier: 1.9.4
@@ -25,13 +31,13 @@ importers:
specifier: 22.10.2
version: 22.10.2
'@types/pg':
specifier: ^8.20.0
specifier: 8.20.0
version: 8.20.0
'@vitest/coverage-v8':
specifier: 2.1.8
version: 2.1.8(vitest@2.1.8(@types/node@22.10.2))
drizzle-kit:
specifier: ^0.31.10
specifier: 0.31.10
version: 0.31.10
lefthook:
specifier: 2.1.6
@@ -52,6 +58,15 @@ importers:
specifier: 2.1.8
version: 2.1.8(@types/node@22.10.2)
packages/db:
dependencies:
drizzle-orm:
specifier: 0.45.2
version: 0.45.2(@types/pg@8.20.0)(pg@8.20.0)
pg:
specifier: 8.20.0
version: 8.20.0
packages:
'@ampproject/remapping@2.3.0':
@@ -1290,6 +1305,10 @@ packages:
color-name@1.1.4:
resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
commander@12.1.0:
resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==}
engines: {node: '>=18'}
commander@4.1.1:
resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==}
engines: {node: '>= 6'}
@@ -2039,6 +2058,9 @@ packages:
resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==}
engines: {node: '>=0.4'}
zod@3.24.1:
resolution: {integrity: sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==}
snapshots:
'@ampproject/remapping@2.3.0':
@@ -2780,6 +2802,8 @@ snapshots:
color-name@1.1.4: {}
commander@12.1.0: {}
commander@4.1.1: {}
consola@3.4.2: {}
@@ -3506,3 +3530,5 @@ snapshots:
strip-ansi: 7.2.0
xtend@4.0.2: {}
zod@3.24.1: {}