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 257ae2c commit 088981fCopy full SHA for 088981f
.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-17.0.1",
12
- "webRoot": "${workspaceFolder}"
+ "url": "http://localhost:6001",
+ "webRoot": "${workspaceFolder}/react-17.0.1"
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-17.0.1 && http-server -p 6001"
},
"repository": {
"type": "git",
0 commit comments