diff --git a/client/.vscode/launch.json b/client/.vscode/launch.json new file mode 100644 index 00000000..7f831935 --- /dev/null +++ b/client/.vscode/launch.json @@ -0,0 +1,10 @@ +{ + "configurations": [ + { + "type": "pwa-chrome", + "name": "http://localhost:3000", + "request": "launch", + "url": "http://localhost:3000" + } + ] +} \ No newline at end of file