mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(core): Enable task runner by default (#12726)
This commit is contained in:
@@ -54,6 +54,7 @@ export class TaskRunnerProcess extends TypedEmitter<TaskRunnerProcessEventMap> {
|
||||
|
||||
private readonly passthroughEnvVars = [
|
||||
'PATH',
|
||||
'HOME', // So home directory can be resolved correctly
|
||||
'GENERIC_TIMEZONE',
|
||||
'NODE_FUNCTION_ALLOW_BUILTIN',
|
||||
'NODE_FUNCTION_ALLOW_EXTERNAL',
|
||||
|
||||
Reference in New Issue
Block a user