We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af11738 commit 6942cc4Copy full SHA for 6942cc4
.vscode/launch.json
@@ -8,8 +8,8 @@
8
"type": "chrome",
9
"request": "launch",
10
"name": "Launch Chrome against localhost",
11
- "url": "http://localhost:6001/react-16.14.0",
12
- "webRoot": "${workspaceFolder}"
+ "url": "http://localhost:6001",
+ "webRoot": "${workspaceFolder}/react-16.14.0"
13
}
14
]
15
package.json
@@ -4,7 +4,7 @@
4
"description": "",
5
"main": "index.js",
6
"scripts": {
7
- "start": "http-server -p 6001"
+ "start": "cd ./react-16.14.0 && http-server -p 6001"
},
"repository": {
"type": "git",
0 commit comments