Skip to content

Commit eb9bbb6

Browse files
committed
override dashboard dev env vars with local .env
1 parent 2c014f7 commit eb9bbb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,9 @@ export class BackgroundWorker {
319319
const processOptions: TaskRunProcessOptions = {
320320
payload,
321321
env: {
322-
...sanitizeEnvVars(this.params.env),
323322
// TODO: this needs the stripEmptyValues stuff too
324323
...sanitizeEnvVars(payload.environment ?? {}),
324+
...sanitizeEnvVars(this.params.env),
325325
TRIGGER_WORKER_MANIFEST_PATH: this.workerManifestPath,
326326
},
327327
serverWorker: this.serverWorker,

0 commit comments

Comments
 (0)