Commit 0b3fe51
committed
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 -->1 parent adeda1e commit 0b3fe51
1 file changed
+32
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
19 | 50 | | |
20 | 51 | | |
21 | 52 | | |
| |||
0 commit comments