fix deployment

This commit is contained in:
Aman Varshney
2025-08-03 08:31:42 +05:30
parent 29e2e29362
commit c9571d343a
5 changed files with 5 additions and 9 deletions

View File

@@ -5,8 +5,8 @@
"build": {
"dependsOn": ["^build"],
"inputs": ["$TURBO_DEFAULT$", ".env*"],
"env": ["PROD"],
"outputs": [".next/**", "!.next/cache/**", "dist/**", ".open-next/**"]
"env": ["PROD", "CONVEX_DEPLOY_KEY", "NEXT_PUBLIC_CONVEX_URL", "NEXT_PUBLIC_POSTHOG_KEY", "NEXT_PUBLIC_POSTHOG_HOST"],
"outputs": [".next/**", "!.next/cache/**"]
},
"lint": {
"dependsOn": ["^lint"]