Files
jrx/.devcontainer/devcontainer.json

9 lines
148 B
JSON
Raw Permalink Normal View History

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