feat: add api http conventions and booking state rules

This commit is contained in:
2026-09-18 17:17:47 +08:00
parent 0d4caaba00
commit 0e8b8e1591
5 changed files with 61 additions and 0 deletions

View File

@@ -14,6 +14,8 @@
"format": "prettier --write .",
"format:check": "prettier --check .",
"check": "pnpm format:check && pnpm lint && pnpm typecheck",
"db:migrate": "pnpm --filter @personal-brand/api db:migrate",
"db:seed": "pnpm --filter @personal-brand/api db:seed",
"clean": "turbo run clean && rimraf node_modules .turbo"
},
"devDependencies": {