Skip to content

Commit 19f1151

Browse files
authored
Merge pull request loiane#195 from VictorAugDB/fix-debug
Change URL path where application is running to debug
2 parents 0d61cb3 + 39a439d commit 19f1151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "chrome",
99
"request": "launch",
1010
"name": "Chrome",
11-
"url": "http://127.0.0.1:8887/examples",
11+
"url": "http://127.0.0.1:8080/examples",
1212
"webRoot": "${workspaceRoot}"
1313
},
1414
{

0 commit comments

Comments
 (0)