Custom process.env. All tasks in the same project will reference the same object, so modifying it once will modify it for every task.
process.env
Custom execArgv. All tasks in the same project will reference the same array, so modifying it once will modify it for every task.
execArgv
Custom
process.env. All tasks in the same project will reference the same object, so modifying it once will modify it for every task.