We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c99e9b commit 0fe0ad5Copy full SHA for 0fe0ad5
.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.2",
12
- "webRoot": "${workspaceFolder}"
+ "url": "http://localhost:6001",
+ "webRoot": "${workspaceFolder}/react-17.0.2"
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.2 && http-server -p 6001"
},
"repository": {
"type": "git",
0 commit comments