Development workflow
Install dependencies
pnpm --dir backend install
Start services
pnpm --dir backend run start:api:dev
pnpm --dir backend run start:worker:dev
Lint, test, build
pnpm --dir backend run lint
pnpm --dir backend run test
pnpm --dir backend run build
Full verification
pnpm --dir backend run verify
Prisma
pnpm --dir backend run prisma:generate
pnpm --dir backend run prisma:migrate:dev