Update deps
This commit is contained in:
parent
c729a46a0c
commit
aeb9aedf84
14 changed files with 1253 additions and 1157 deletions
10
turbo.json
10
turbo.json
|
|
@ -1,6 +1,16 @@
|
|||
{
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
"globalDependencies": [".env"],
|
||||
"globalEnv": [
|
||||
"NODE_ENV",
|
||||
"DATABASE_URL",
|
||||
"DATABASE_HOST",
|
||||
"DATABASE_NAME",
|
||||
"DATABASE_USER",
|
||||
"DATABASE_PASSWORD",
|
||||
"DATABASE_PORT",
|
||||
"BRIDGE_FRONTEND_URL"
|
||||
],
|
||||
"tasks": {
|
||||
"dev": {
|
||||
"dependsOn": ["^build"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue