diff --git a/.vscode/launch.json b/.vscode/launch.json index 6679350..d4569e4 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -20,7 +20,7 @@ "args": "${auto-detect-url}/", "windows": { "command": "cmd.exe", - "args": "/C start http://localhost:5000/" + "args": "/C start http://localhost:3001/" }, "osx": { "command": "open"