Skip to content

Instantly share code, notes, and snippets.

@c5inco
Last active February 14, 2016 19:09
Show Gist options
  • Save c5inco/5a46381ab6f266835540 to your computer and use it in GitHub Desktop.
Save c5inco/5a46381ab6f266835540 to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"type": "node",
"request": "launch",
"program": "${workspaceRoot}/bot.js",
"stopOnEntry": false,
"args": [],
"cwd": "${workspaceRoot}",
"runtimeExecutable": null,
"runtimeArgs": [
"--nolazy"
],
"env": {
"NODE_ENV": "development",
"token": "<insert unique Slack bot token here>"
},
"externalConsole": false,
"sourceMaps": false,
"outDir": null
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment