dagu/.devcontainer/devcontainer.json
Rene Leonhardt fc35e2a489
chore: update dependencies (#1127)
Co-authored-by: Yota Hamada <yohamta@gmail.com>
2025-07-25 17:54:19 +09:00

11 lines
356 B
JSON

// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/go
{
"name": "Go",
"image": "mcr.microsoft.com/devcontainers/go:1-1.24-bookworm",
"features": {
"ghcr.io/devcontainers/features/node:1": {}
},
"postCreateCommand": "make build-ui"
}