chore: add Prisma client to worker, turbo generate task, update env

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-27 15:36:52 +05:30
parent a4771aaf05
commit fe7a779ed7
6 changed files with 25 additions and 1 deletions
+4 -1
View File
@@ -1,8 +1,11 @@
{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"generate": {
"cache": false
},
"build": {
"dependsOn": ["^build"],
"dependsOn": ["generate", "^build"],
"outputs": ["dist/**", ".next/**"]
},
"dev": {