From 8a384921c5f15b042cbf28fefec0512a7cb524db Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Mon, 16 Feb 2026 14:41:51 +0200 Subject: [PATCH] fix web cros issues with fixed dev port --- .vscode/launch.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index e21f3f8c..4a7c8618 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,6 +11,17 @@ "type": "dart", "program": "lib/main_dev.dart" }, + { + "name": "Debug (web)", + "cwd": "mih_ui", + "request": "launch", + "type": "dart", + "program": "lib/main_dev.dart", + "args": [ + "--web-port", + "1995" + ] + }, { "name": "Profile", "cwd": "mih_ui",