diff --git a/.vscode/launch.json b/.vscode/launch.json index 07216bb..2b2ce62 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -14,6 +14,9 @@ }, "args": [ "run", + "--host", + "0.0.0.0", + ], "console": "internalConsole", "justMyCode": true,