diff --git a/.vscode/launch.json b/.vscode/launch.json index 612dad0f..f4113d81 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -28,6 +28,19 @@ "args": ["--new-map", "--dev"], "preLaunchTask": "Prepare Environment" }, + { + "name": "Node: Development Server", + "type": "node", + "request": "launch", + "cwd": "${workspaceRoot}\\client", + "runtimeExecutable": "npm", + "runtimeArgs": [ + "run", "start" + ], + "env": { + "BROWSER": "none" + }, + }, { "name": "Python: Make Release", "type": "python",