chore: import upstream snapshot with attribution
CI / lint (push) Has been cancelled
CI / test (macos-15) (push) Has been cancelled
CI / test (ubuntu-latest) (push) Has been cancelled
CI / test (windows-latest) (push) Has been cancelled
CI / test_mcp_docker (push) Has been cancelled

This commit is contained in:
wehub-resource-sync
2026-07-13 12:37:23 +08:00
commit 08058dca00
34 changed files with 5275 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json",
"name": "Playwright",
"image": "mcr.microsoft.com/playwright:v1.58.2-noble",
"privileged": true,
"init": true,
"remoteUser": "pwuser",
"features": {
"ghcr.io/devcontainers/features/desktop-lite:1": {},
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
},
"forwardPorts": [
6080
],
"portsAttributes": {
"6080": {
"label": "noVNC"
}
}
}