UNPKG

global-event-handler

Version:

A hierarchical global event handler. Runs as its own fork or standalone server and syncs events acros forks and or servers

30 lines 550 B
{ "version": "0.2.1", "configurations": [ { "name": "Launch", "type": "node", "request": "launch", "program": "${workspaceRoot}/testing/example.js", "stopOnEntry": false, "args": [], "cwd": "${workspaceRoot}", "runtimeExecutable": null, "runtimeArgs": [ "--nolazy" ], "env": { "NODE_ENV": "development" }, "externalConsole": false, "sourceMaps": true, "outDir": null }, { "name": "Attach", "type": "node", "request": "attach", "port": 5858 } ] }