feat: cli

This commit is contained in:
Acbox
2026-01-11 02:08:55 +08:00
parent 9445680bb8
commit 0f28176fd4
23 changed files with 3032 additions and 24 deletions
+1
View File
@@ -16,6 +16,7 @@
"db:migrate": "pnpm --filter @memohome/db migrate",
"db:generate": "pnpm --filter @memohome/db generate",
"db:studio": "pnpm --filter @memohome/db studio",
"cli": "pnpm --filter @memohome/cli start",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest"