Cleanup
This commit is contained in:
16
turbo.json
16
turbo.json
@@ -6,16 +6,8 @@
|
||||
"dependsOn": ["^topo"]
|
||||
},
|
||||
"build": {
|
||||
"dependsOn": ["^build", "^db:generate"],
|
||||
"outputs": [".next/**", "!.next/cache/**", "next-env.d.ts", ".expo/**"]
|
||||
},
|
||||
"db:generate": {
|
||||
"inputs": ["prisma/schema.prisma"],
|
||||
"outputs": ["prisma/**"]
|
||||
},
|
||||
"db:push": {
|
||||
"inputs": ["prisma/schema.prisma"],
|
||||
"cache": false
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": [".next/**", "!.next/cache/**", "next-env.d.ts"]
|
||||
},
|
||||
"dev": {
|
||||
"persistent": true,
|
||||
@@ -41,10 +33,6 @@
|
||||
}
|
||||
},
|
||||
"globalEnv": [
|
||||
"CLERK_SECRET_KEY",
|
||||
"DATABASE_URL",
|
||||
"NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY",
|
||||
"NEXTJS_URL",
|
||||
"SKIP_ENV_VALIDATION",
|
||||
"STRIPE_API_KEY",
|
||||
"STRIPE_WEBHOOK_SECRET",
|
||||
|
||||
Reference in New Issue
Block a user