Adiciona endpoint de arquivamento e ajustes de infra
- Adiciona rota API para arquivar tickets por ID - Atualiza configuracao do Prisma para PostgreSQL - Simplifica workflow CI/CD - Adiciona src/generated ao gitignore - Atualiza documentacao e dependencias 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
33a59634e7
commit
2682b6e8ac
13 changed files with 253 additions and 165 deletions
|
|
@ -33,6 +33,7 @@
|
|||
"@hookform/resolvers": "5.2.2",
|
||||
"@noble/hashes": "2.0.1",
|
||||
"@paper-design/shaders-react": "0.0.68",
|
||||
"@prisma/adapter-pg": "^7.1.0",
|
||||
"@prisma/client": "^7.0.0",
|
||||
"@radix-ui/react-accordion": "^1.2.12",
|
||||
"@radix-ui/react-avatar": "^1.1.10",
|
||||
|
|
@ -70,6 +71,7 @@
|
|||
"next": "16.0.8",
|
||||
"next-themes": "^0.4.6",
|
||||
"pdfkit": "^0.17.2",
|
||||
"pg": "^8.16.3",
|
||||
"postcss": "^8.5.6",
|
||||
"react": "^19.2.1",
|
||||
"react-day-picker": "9.12.0",
|
||||
|
|
@ -94,6 +96,7 @@
|
|||
"@types/jsdom": "27.0.0",
|
||||
"@types/node": "24.10.1",
|
||||
"@types/pdfkit": "^0.17.3",
|
||||
"@types/pg": "^8.16.0",
|
||||
"@types/react": "^19",
|
||||
"@types/react-dom": "^19",
|
||||
"@types/sanitize-html": "^2.16.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue