This commit is contained in:
Andras Bacsai
2025-10-06 21:04:14 +02:00
parent a8b9472913
commit 3d9050af4e

View File

@@ -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"]