Skip to content

Commit 89e8c7f

Browse files
committed
Removed moved function
1 parent 592cef6 commit 89e8c7f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

packages/cli-v3/src/dev/devSupervisor.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -579,16 +579,6 @@ class DevSupervisor implements WorkerRuntime {
579579
}
580580
}
581581

582-
function gatherProcessEnv() {
583-
const $env = {
584-
...process.env,
585-
NODE_ENV: "development",
586-
};
587-
588-
// Filter out undefined values
589-
return Object.fromEntries(Object.entries($env).filter(([key, value]) => value !== undefined));
590-
}
591-
592582
type ValidationIssue =
593583
| {
594584
type: "duplicateTaskId";

0 commit comments

Comments
 (0)