Skip to content

Commit 0fe0ad5

Browse files
committed
update config
1 parent 0c99e9b commit 0fe0ad5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.vscode/launch.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"type": "chrome",
99
"request": "launch",
1010
"name": "Launch Chrome against localhost",
11-
"url": "http://localhost:6001/react-17.0.2",
12-
"webRoot": "${workspaceFolder}"
11+
"url": "http://localhost:6001",
12+
"webRoot": "${workspaceFolder}/react-17.0.2"
1313
}
1414
]
1515
}

package.json

+1-1
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 6001"
7+
"start": "cd ./react-17.0.2 && http-server -p 6001"
88
},
99
"repository": {
1010
"type": "git",

0 commit comments

Comments
 (0)