UNPKG

line-simulator

Version:

LINE Simulator for Bot developer

18 lines 339 B
{ "version": "0.1.0", "configurations": [ { "type": "node", "request": "launch", "name": "Launch Program", "program": "${workspaceFolder}/app.js" }, { "type": "chrome", "request": "launch", "name": "Launch Chrome", "url": "http://localhost:8080", "webRoot": "${workspaceFolder}" } ] }