Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Terry-Su committed Jun 24, 2021
1 parent 0c99e9b commit 0fe0ad5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0fe0ad5

Please sign in to comment.