Skip to content

Commit

Permalink
chore: add env (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 authored Jul 3, 2024
1 parent 2c4b835 commit cf743c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/process.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ const forkRun = (runCmdPath, runArgs = [], options = {}) => {
env: {
CHILD_CMD_PATH: runCmdPath,
CHILD_CWD: options.cwd || process.cwd(),
MWTSC_DEVELOPMENT_ENVIRONMENT: 'true',
...process.env,
},
execArgv: process.execArgv.concat(['-r', 'source-map-support/register']),
Expand Down

0 comments on commit cf743c1

Please sign in to comment.