updates vscode debugging config

This commit is contained in:
Mose Müller 2024-07-24 13:41:48 +02:00
parent e996966388
commit 7bc12b340f

2
.vscode/launch.json vendored
View File

@ -25,7 +25,7 @@
"type": "firefox", "type": "firefox",
"request": "launch", "request": "launch",
"name": "react: firefox", "name": "react: firefox",
"url": "http://localhost:3000", "url": "http://localhost:5173",
"webRoot": "${workspaceFolder}/frontend" "webRoot": "${workspaceFolder}/frontend"
} }
] ]