We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbcc4be commit aeeef2aCopy full SHA for aeeef2a
packages/cloudflare/src/cli/templates/worker.ts
@@ -60,10 +60,6 @@ export default {
60
* Note that cloudflare env string values are copied by the middleware handler.
61
*/
62
async function populateProcessEnv(url: URL, nextJsEnv?: string) {
63
- if (process.env.__PROCESS_ENV_POPULATED === "1") {
64
- return;
65
- }
66
-
67
// @ts-expect-error: resolved by wrangler build
68
const nextEnvVars = await import("./.env.mjs");
69
0 commit comments