mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 13:28:57 +00:00
asdf
This commit is contained in:
@@ -5,7 +5,14 @@
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"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": {
|
||||
"dependsOn": ["^lint"]
|
||||
|
||||
Reference in New Issue
Block a user