Files
jrx/.devcontainer/devcontainer.json

12 lines
221 B
JSON
Raw Normal View History

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