Files
jrx/.devcontainer/devcontainer.json
2026-02-28 01:37:10 +00:00

9 lines
151 B
JSON

{
"name": "jsonsx",
"build": {
"context": ".",
"dockerfile": "Dockerfile"
},
"postCreateCommand": "bun install && cd example && bun install"
}