mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
asdf
This commit is contained in:
@@ -5,7 +5,14 @@
|
|||||||
"build": {
|
"build": {
|
||||||
"dependsOn": ["^build"],
|
"dependsOn": ["^build"],
|
||||||
"inputs": ["$TURBO_DEFAULT$", ".env*"],
|
"inputs": ["$TURBO_DEFAULT$", ".env*"],
|
||||||
"outputs": [".next/**", "!.next/cache/**"]
|
"outputs": [".next/**", "!.next/cache/**"],
|
||||||
|
"env": [
|
||||||
|
"AUTH_SECRET",
|
||||||
|
"AUTH_DISCORD_ID",
|
||||||
|
"AUTH_DISCORD_SECRET",
|
||||||
|
"DATABASE_URL",
|
||||||
|
"SKIP_ENV_VALIDATION"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"lint": {
|
"lint": {
|
||||||
"dependsOn": ["^lint"]
|
"dependsOn": ["^lint"]
|
||||||
|
|||||||
Reference in New Issue
Block a user