Skip to content

Commit 672663d

Browse files
committed
move to bun and biomejs
1 parent cee9af5 commit 672663d

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
{
2-
"name": "Node.js & TypeScript",
3-
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bookworm"
2+
"name": "Codercord",
3+
"image": "oven/bun:debian",
4+
"features": {
5+
"ghcr.io/devcontainers/features/git:1": {},
6+
"ghcr.io/devcontainers/features/github-cli:1": {},
7+
"ghcr.io/devcontainers/features/zsh:1": {}
8+
},
9+
"customizations": {
10+
"vscode": {
11+
"extensions": [
12+
"oven.bun-vscode",
13+
"biomejs.biome"
14+
]
15+
}
16+
},
17+
"postCreateCommand": "bun install"
418
}

0 commit comments

Comments
 (0)