Skip to content

Instantly share code, notes, and snippets.

@JamesTheHacker
Created October 23, 2017 14:28
Show Gist options
  • Save JamesTheHacker/620ec208b2ab308484c8d6695f3d87cf to your computer and use it in GitHub Desktop.
Save JamesTheHacker/620ec208b2ab308484c8d6695f3d87cf 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}/src"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment