chore(.vscode/launch.json): run flask on 0.0.0.0

This commit is contained in:
2025-06-16 13:50:58 +02:00
parent 7c7e762f00
commit 8c99a28a85

3
.vscode/launch.json vendored
View File

@@ -14,6 +14,9 @@
}, },
"args": [ "args": [
"run", "run",
"--host",
"0.0.0.0",
], ],
"console": "internalConsole", "console": "internalConsole",
"justMyCode": true, "justMyCode": true,