feat(server): support running medium tests in devcontainer (#23882)

* Support running medium tests in devcontainer

* Add "pnpm run test:medium" to the devcontainer doc

* Fix indentation for inline comments in the doc

* Fix a couple of words in the doc
This commit is contained in:
Sergey Katsubo
2025-11-19 06:03:21 +03:00
committed by GitHub
parent 76c73549ae
commit 5e482dabc6
2 changed files with 25 additions and 18 deletions

View File

@@ -29,6 +29,12 @@
]
}
},
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {
// https://github.com/devcontainers/features/issues/1466
"moby": false
}
},
"forwardPorts": [3000, 9231, 9230, 2283],
"portsAttributes": {
"3000": {