Skip to content

Instantly share code, notes, and snippets.

@Lucs1590
Created August 4, 2021 16:57
Show Gist options
  • Save Lucs1590/08235ac5b974d9f5fda3b7fd6185dce2 to your computer and use it in GitHub Desktop.
Save Lucs1590/08235ac5b974d9f5fda3b7fd6185dce2 to your computer and use it in GitHub Desktop.
Launch to nodemon.
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "nodemon",
"runtimeExecutable": "nodemon",
"program": "${workspaceFolder}/server.js",
"restart": true,
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment