Files
fabula-ultima-html/.devcontainer/devcontainer.json

11 lines
427 B
JSON

{
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/devcontainers/features/node:2.1.0": {},
"ghcr.io/devcontainers/features/go:1": {},
"ghcr.io/jsburckhardt/devcontainer-features/just:1": {},
"ghcr.io/anthropics/devcontainer-features/claude-code:1.0": {},
"ghcr.io/devcontainers/features/node:2": {},
"ghcr.io/devcontainers-community/npm-features/typescript:1": {}
}
}