Files
jrx/.devcontainer/devcontainer.json
2026-02-28 01:42:09 +00:00

9 lines
156 B
JSON

{
"name": "@nym.sh/jrx",
"build": {
"context": ".",
"dockerfile": "Dockerfile"
},
"postCreateCommand": "bun install && cd example && bun install"
}