Skip to content

Commit af11738

Browse files
committed
update port
1 parent 29356e9 commit af11738

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "chrome",
99
"request": "launch",
1010
"name": "Launch Chrome against localhost",
11-
"url": "http://localhost:6000",
11+
"url": "http://localhost:6001/react-16.14.0",
1212
"webRoot": "${workspaceFolder}"
1313
}
1414
]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"start": "http-server -p 6000"
7+
"start": "http-server -p 6001"
88
},
99
"repository": {
1010
"type": "git",

0 commit comments

Comments
 (0)