Files
jrx/.devcontainer/devcontainer.json
2026-02-28 01:06:50 +00:00

12 lines
221 B
JSON

{
"name": "jrx",
"build": {
"context": ".",
"dockerfile": "Dockerfile"
},
"features": {
"ghcr.io/nickvdyck/devcontainer-features/bun:1": {}
},
"postCreateCommand": "bun install && cd example && bun install"
}