chore: add missing env variables to turbo.json

This commit is contained in:
Maze Winther
2025-07-14 13:07:20 +02:00
parent b0e9901730
commit 238f8e85bb
+7 -1
View File
@@ -3,7 +3,13 @@
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**"]
"outputs": [".next/**", "!.next/cache/**"],
"env": [
"DATABASE_URL",
"BETTER_AUTH_SECRET",
"UPSTASH_REDIS_REST_URL",
"UPSTASH_REDIS_REST_TOKEN"
]
},
"check-types": {
"dependsOn": ["^check-types"]