Skip to content

Instantly share code, notes, and snippets.

@JamesTheHacker
Created October 23, 2017 17:15
Show Gist options
  • Save JamesTheHacker/07db6728a05373c4f5f59bfe84346018 to your computer and use it in GitHub Desktop.
Save JamesTheHacker/07db6728a05373c4f5f59bfe84346018 to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"name": "Chrome",
"type": "chrome",
"request": "launch",
"url": "http://localhost:3000",
"webRoot": "${workspaceRoot}"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment