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

9 lines
148 B
JSON

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