Files
lobehub/.devcontainer/devcontainer.json

7 lines
158 B
JSON

{
"image": "mcr.microsoft.com/devcontainers/typescript-node",
"features": {
"ghcr.io/devcontainer-community/devcontainer-features/bun.sh:1": {}
}
}