Semaphore/.devcontainer/devcontainer.json
2024-10-11 13:07:16 +00:00

9 lines
240 B
JSON

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