Skip to content

Commit

Permalink
fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
aabassiouni committed Jul 8, 2024
1 parent 3ba8a2e commit 4076db9
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@
"\\!NEXT_PUBLIC_VERCEL_\\*",
"CLERK_WEBHOOK_SECRET",
"CLERK_SECRET_KEY",
"DATABASE_PASSWORD",
"DATABASE_USERNAME",
"DATABASE_HOST",
"PLAIN_API_KEY",
"RESEND_API_KEY",
"STRIPE_PRODUCT_ID_PRO_PLAN",
"STRIPE_PRODUCT_ID_SUPPORT",
"STRIPE_SECRET_KEY",
"STRIPE_PRO_PLAN_FLAT",
"STRIPE_PRO_PLAN_USAGE",
"STRIPE_API_KEY",
"STRIPE_WEBHOOK_SECRET",
"NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY",
"CLERK_SECRET_KEY",
Expand All @@ -25,7 +22,8 @@
"NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL",
"DATABASE_URL",
"UPLOADTHING_SECRET",
"UPLOADTHING_APP_ID"
"UPLOADTHING_APP_ID",
"WAITLIST_ID"
],
"outputs": ["dist/**", ".output/**", ".nuxt/**", ".next/**", "!.next/cache/**"]
},
Expand Down

0 comments on commit 4076db9

Please sign in to comment.