diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 000000000..3cb86ff60 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,22 @@ + + { + "command": "npm start", + "name": "Run npm start", + "request": "launch", + "type": "node-terminal", + "configurations": [ + { + "command": "npm start", + "name": "Run npm start", + "request": "launch", + "type": "node-terminal" + }, + { + "name": "Launch Edge", + "request": "launch", + "type": "msedge", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + } + + \ No newline at end of file