fix(devcontainer): configure host networking to fix runtime connection (#8971)

Co-authored-by: llamantino <12345678+yourusername@users.noreply.github.com>
This commit is contained in:
llamantino 2025-06-07 01:44:23 +02:00 committed by GitHub
parent 445d3a5788
commit 0abc6f27ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,4 +12,5 @@
"ghcr.io/devcontainers/features/node:1": {},
},
"postCreateCommand": ".devcontainer/setup.sh",
"runArgs": ["--network=host"],
}