Skip to content

Commit c30df9a

Browse files
authored
✨ Add devcontainer configuration for improved development environment setup
1 parent ee8b9e0 commit c30df9a

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "ar10dev.github.io",
3+
"image": "mcr.microsoft.com/devcontainers/javascript-node",
4+
"features": {
5+
"ghcr.io/devcontainers/features/bun": {}
6+
},
7+
"postCreateCommand": "bun install",
8+
"customizations": {
9+
"vscode": {
10+
"extensions": [
11+
"astro-build.astro-vscode",
12+
"biomejs.biome"
13+
]
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)