mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
ce30b4ea40
PR-URL: https://github.com/nodejs/node/pull/49542 Refs: https://github.com/nodejs/node/issues/49148 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
7 lines
164 B
Bash
7 lines
164 B
Bash
CUSTOM_VARIABLE=hello-world
|
|
NODE_NO_WARNINGS=1
|
|
NODE_OPTIONS="--experimental-permission --allow-fs-read=*"
|
|
TZ=Pacific/Honolulu
|
|
UV_THREADPOOL_SIZE=5
|
|
BASIC=overridden
|