diff --git a/.vscode/launch.json b/.vscode/launch.json index cb15ccb..1a3fd52 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,6 +11,22 @@ "mode": "auto", "program": "${workspaceFolder}/s3browser-backend/cmd/s3Browser.go", "envFile": "${workspaceFolder}/s3browser-backend/.env", + }, + { + "type": "firefox", + "request": "launch", + "reAttach": true, + "name": "Launch Firefox", + "url": "http://localhost:3000/", + "webRoot": "${workspaceFolder}/s3browser-frontend" + }, + { + "name": "Launch Chromium", + "request": "launch", + "type": "pwa-chrome", + "url": "http://localhost:3000", + "webRoot": "${workspaceFolder}/s3browser-frontend", + "runtimeExecutable": "/bin/chromium" } ] } \ No newline at end of file