Semaphore/.devcontainer/devcontainer.json

8 lines
177 B
JSON
Raw Normal View History

2022-11-11 10:40:48 +01:00
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/go:1": {},
"ghcr.io/devcontainers/features/node:1": {}
}
}