feat: add core registry schemas

This commit is contained in:
chungyeong
2026-05-09 23:56:10 +09:00
parent 44103839af
commit 4a7fc94f5c
18 changed files with 1267 additions and 12 deletions

View File

@@ -9,9 +9,10 @@
"pnpm": ">=9.0.0 <10"
},
"scripts": {
"build": "tsc -b",
"build": "tsc -b && pnpm -r --if-present build",
"db:generate": "drizzle-kit generate",
"db:migrate": "tsx scripts/migrate.ts",
"db:seed": "tsx scripts/seed.ts",
"devflow": "tsx apps/cli/src/index.ts",
"typecheck": "tsc -p tsconfig.typecheck.json --noEmit",
"test": "vitest run",