From 34468c521fa7959c87fdb6880c74d24dfe0da935 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 28 Jun 2026 13:42:44 -0500 Subject: [PATCH] debug tweaks --- .vscode/launch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 735d6d3..cb732e3 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -12,7 +12,8 @@ "transcription.app:create_app", "--factory", "--host", - "127.0.0.1", + // "127.0.0.1", + "0.0.0.0", "--port", "8080" ],