Semaphore/.devcontainer/devcontainer.json
2022-11-11 14:40:48 +05:00

8 lines
177 B
JSON

{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/go:1": {},
"ghcr.io/devcontainers/features/node:1": {}
}
}