Skip to content

Instantly share code, notes, and snippets.

@kschingiz
Created May 14, 2020 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kschingiz/4563caf4de274a7f7eda18aabf46e519 to your computer and use it in GitHub Desktop.
Save kschingiz/4563caf4de274a7f7eda18aabf46e519 to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Meteor: Node",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "debug"],
"outputCapture": "std",
"port": 9229,
"timeout": 60000
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment