1

bind to all interfaces

This commit is contained in:
Evan Pratten 2024-01-13 15:30:32 -05:00
parent 7c321083ab
commit a01a62b64e

2
.vscode/tasks.json vendored
View File

@ -10,6 +10,8 @@
"args": [ "args": [
"serve", "serve",
"--drafts", "--drafts",
"--interface",
"0.0.0.0",
"--open" "--open"
], ],
"problemMatcher": [] "problemMatcher": []