docs: atualizar instrucoes para bun e convex self-hosted

This commit is contained in:
Esdras Renan 2025-11-05 19:39:44 -03:00
parent aec9b1ff85
commit fb17882dad
5 changed files with 35 additions and 36 deletions

View file

@ -141,9 +141,9 @@ Depois disso, o job “Deploy Convex functions” funciona em modo não interati
## 7) Testes, Build e Lint
- Local
- `pnpm build` (Next + typecheck)
- `pnpm lint`
- `pnpm test`
- `bun run build:bun` (Next + typecheck)
- `bun run lint`
- `bun test`
- CI garante build, lint e testes antes do deploy.