mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 17:47:27 +00:00
Update devcontainer.json (#7064)
Refs: - https://github.com/devcontainers/images/blob/main/src/typescript-node/README.md - https://github.com/devcontainer-community/devcontainer-features/tree/main/src/bun.sh
This commit is contained in:
parent
6957a20866
commit
ab5ff957cb
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
||||
"image": "mcr.microsoft.com/devcontainers/typescript-node",
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/node:1": {}
|
||||
"ghcr.io/devcontainer-community/devcontainer-features/bun.sh:1": {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue