feat(cli): Add interactive edit command and update support for process configurations
This commit is contained in:
@@ -76,6 +76,9 @@ export function registerAddCommand(smartcli: plugins.smartcli.Smartcli) {
|
||||
args: cmdArgs,
|
||||
projectDir,
|
||||
memoryLimitBytes: memoryLimit,
|
||||
// Persist the PATH from the current CLI environment so managed
|
||||
// processes see the same PATH they had when added.
|
||||
env: { PATH: process.env.PATH || '' },
|
||||
autorestart,
|
||||
watch,
|
||||
watchPaths,
|
||||
|
Reference in New Issue
Block a user