diff --git a/.vscode/launch.json b/.vscode/launch.json index 4e1e303..8324457 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,8 +8,8 @@ "type": "chrome", "request": "launch", "name": "Launch Chrome against localhost", - "url": "http://localhost:6001/react-17.0.2", - "webRoot": "${workspaceFolder}" + "url": "http://localhost:6001", + "webRoot": "${workspaceFolder}/react-17.0.2" } ] } \ No newline at end of file diff --git a/package.json b/package.json index 387f058..5706ae4 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "index.js", "scripts": { - "start": "http-server -p 6001" + "start": "cd ./react-17.0.2 && http-server -p 6001" }, "repository": { "type": "git",