mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
chore: add missing env variables to turbo.json
This commit is contained in:
+8
-2
@@ -3,7 +3,13 @@
|
|||||||
"tasks": {
|
"tasks": {
|
||||||
"build": {
|
"build": {
|
||||||
"dependsOn": ["^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": {
|
"check-types": {
|
||||||
"dependsOn": ["^check-types"]
|
"dependsOn": ["^check-types"]
|
||||||
@@ -13,4 +19,4 @@
|
|||||||
"cache": false
|
"cache": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user