Whether remote debugging is enabled. Toggled by the remote user setting or the NEEDLE_REMOTE env var (the env var wins so you can flip it without editing the config: NEEDLE_REMOTE=1 npm run dev, or NEEDLE_REMOTE=false to force off).
remote
NEEDLE_REMOTE
NEEDLE_REMOTE=1 npm run dev
NEEDLE_REMOTE=false
Optional
Whether remote debugging is enabled. Toggled by the
remoteuser setting or theNEEDLE_REMOTEenv var (the env var wins so you can flip it without editing the config:NEEDLE_REMOTE=1 npm run dev, orNEEDLE_REMOTE=falseto force off).