-
Notifications
You must be signed in to change notification settings - Fork 619
Fix turbo env variable warnings for dashboard build on vercel #5208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix turbo env variable warnings for dashboard build on vercel #5208
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @MananTank and the rest of your teammates on |
size-limit report 📦
|
Merge activity
|
## Problem solved
Short description of the bug fixed or feature added
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on updating the `env` configuration in the `turbo.json` file to include additional environment variables necessary for the build process.
### Detailed summary
- Added multiple environment variables to the `env` array in the `thirdweb-dashboard#build` section:
- `MORALIS_API_KEY`
- `ETHERSCAN_KEY`
- `SSR_ALCHEMY_KEY`
- `BEEHIIV_API_KEY`
- `GITHUB_API_TOKEN`
- `LUMA_API_KEY`
- `HUBSPOT_ACCESS_TOKEN`
- `API_ROUTES_CLIENT_ID`
- `DASHBOARD_SECRET_KEY`
- `SIMPLEHASH_API_KEY`
- `NEYNAR_API_KEY`
- `THIRDWEB_ENGINE_URL`
- `THIRDWEB_ACCESS_TOKEN`
- `THIRDWEB_ENGINE_ACCESS_TOKEN`
- `DEGEN_THIRDWEB_ENGINE_WALLET`
- `THIRDWEB_ENGINE_WALLET`
- `UNTHREAD_TRIAGE_CHANNEL_ID`
- `UNTHREAD_EMAIL_INBOX_ID`
- `UNTHREAD_FREE_TIER_ID`
- `UNTHREAD_GROWTH_TIER_ID`
- `UNTHREAD_PRO_TIER_ID`
- `REDIS_URL`
- `UNTHREAD_API_KEY`
- `CHAINSAW_API_KEY`
- `ANALYTICS_SERVICE_URL`
- `ANALYTICS_SERVICE_API_KEY`
- `DISABLE_FAUCET_CHAIN_IDS`
- `API_SERVER_SECRET`
- `TURNSTILE_SECRET_KEY`
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
d61fff9 to
0b3fe51
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5208 +/- ##
=======================================
Coverage 45.25% 45.25%
=======================================
Files 1067 1067
Lines 55347 55347
Branches 3970 3970
=======================================
Hits 25049 25049
Misses 29606 29606
Partials 692 692
*This pull request uses carry forward flags. Click here to find out more. |

Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR updates the
turbo.jsonconfiguration by adding several environment variables necessary for the build process, enhancing the setup for various integrations and services.Detailed summary
thirdweb-dashboard#buildsection:MORALIS_API_KEYETHERSCAN_KEYSSR_ALCHEMY_KEYBEEHIIV_API_KEYGITHUB_API_TOKENLUMA_API_KEYHUBSPOT_ACCESS_TOKENAPI_ROUTES_CLIENT_IDDASHBOARD_SECRET_KEYSIMPLEHASH_API_KEYNEYNAR_API_KEYTHIRDWEB_ENGINE_URLTHIRDWEB_ACCESS_TOKENTHIRDWEB_ENGINE_ACCESS_TOKENDEGEN_THIRDWEB_ENGINE_WALLETTHIRDWEB_ENGINE_WALLETUNTHREAD_TRIAGE_CHANNEL_IDUNTHREAD_EMAIL_INBOX_IDUNTHREAD_FREE_TIER_IDUNTHREAD_GROWTH_TIER_IDUNTHREAD_PRO_TIER_IDREDIS_URLUNTHREAD_API_KEYCHAINSAW_API_KEYANALYTICS_SERVICE_URLANALYTICS_SERVICE_API_KEYDISABLE_FAUCET_CHAIN_IDSAPI_SERVER_SECRETTURNSTILE_SECRET_KEY