Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix turbo env variable warnings for dashboard build on vercel (#5208)
## 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 -->
- Loading branch information