feat(frontend): Get project running again after move to Mac Mini

This commit is contained in:
2025-05-31 10:14:36 +02:00
parent d553668893
commit 075847f0ee
10 changed files with 86 additions and 28 deletions

2
.vscode/launch.json vendored
View File

@@ -7,7 +7,7 @@
"type": "chrome",
"request": "launch",
"name": "client: chrome",
"url": "http://192.168.178.105:3001",
"url": "http://192.168.178.114:3001",
"webRoot": "${workspaceFolder}/legalconsenthub"
},
{