Files
asepharyana-hub/.devcontainer/devcontainer.json
T

8 lines
179 B
JSON
Raw Normal View History

2026-07-09 22:08:26 +07:00
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/rust:1": {},
"ghcr.io/devcontainers/features/node:2": {}
}
}