From a5eb9d40a2335e50e53c59de8815e36c58ca83b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mose=20M=C3=BCller?= Date: Wed, 2 Aug 2023 12:06:20 +0200 Subject: [PATCH] .vscode: updating launch.json --- .vscode/launch.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index cbf75ec..9b5ff00 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -17,6 +17,13 @@ "request": "launch", "module": "bar", "justMyCode": true + }, + { + "type": "firefox", + "request": "launch", + "name": "react: firefox", + "url": "http://localhost:3000", + "webRoot": "${workspaceFolder}/frontend", } ] } \ No newline at end of file