Commit da37bfe
committed
fix: stop merging build-env into wrangler runtime vars
build-env should only set shell environment variables during the build
step, not be injected as Cloudflare Worker vars at runtime. Build-only
values like NITRO_PRESET and NODE_OPTIONS were leaking into the worker
environment, and conversely runtime secrets placed in build-env weren't
being set as proper Worker secrets.1 parent 438435c commit da37bfe
1 file changed
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
342 | | - | |
| 342 | + | |
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
| |||
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
427 | | - | |
428 | 427 | | |
429 | 428 | | |
430 | 429 | | |
| |||
435 | 434 | | |
436 | 435 | | |
437 | 436 | | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | 437 | | |
445 | 438 | | |
446 | 439 | | |
| |||
0 commit comments