Skip to content

Commit d8f1c8d

Browse files
committed
chore: dev container
1 parent 8a465bf commit d8f1c8d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2-
"name": "Node.js & TypeScript",
3-
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bookworm",
4-
"postCreateCommand": "npm install -g [email protected] && curl -fsSL https://bun.sh/install | bash",
2+
"name": "Node.js & TypeScript",
3+
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bookworm",
4+
"postCreateCommand": "npm install -g [email protected] && curl -fsSL https://bun.sh/install | bash"
5+
}

0 commit comments

Comments
 (0)