feat(core): Enable task runner by default (#12726)

This commit is contained in:
Tomi Turtiainen
2025-01-21 14:31:06 +02:00
committed by GitHub
parent 353df79411
commit 9e2a01aeaf
3 changed files with 3 additions and 3 deletions

View File

@@ -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',