Skip to content

Commit ce0acb9

Browse files
authored
v2
1 parent 641d4b0 commit ce0acb9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.vscode/launch.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
55
"version": "0.2.0",
66
"configurations": [
7+
{
8+
"name": "Launch Chrome",
9+
"request": "launch",
10+
"type": "chrome",
11+
"url": "http://localhost:8080",
12+
"webRoot": "${workspaceFolder}"
13+
},
14+
15+
16+
{
17+
"command": "npm start",
18+
"name": "Run npm start",
19+
"request": "launch",
20+
"type": "node-terminal"
21+
},
22+
723

824

925
{

0 commit comments

Comments
 (0)