Skip to content

Commit 96435a5

Browse files
committed
feat(turbo): add trust:build configuration to manage DATABASE_URL and inputs for improved build process
1 parent 1f0f36b commit 96435a5

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

turbo.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,17 @@
6464
"data:build"
6565
]
6666
},
67+
"trust:build": {
68+
"env": [
69+
"DATABASE_URL"
70+
],
71+
"inputs": [
72+
"$TURBO_DEFAULT$"
73+
],
74+
"outputs": [
75+
"data:build"
76+
]
77+
},
6778
"db:generate": {
6879
"cache": false
6980
},

0 commit comments

Comments
 (0)