Skip to content

Commit

Permalink
chore: add dev containers config
Browse files Browse the repository at this point in the history
  • Loading branch information
samlaycock committed Jan 13, 2024
1 parent d0d7745 commit 76f9881
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json",
"name": "Node.js & TypeScript",
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye",
"customizations": {
"vscode": {
"extensions": [
"biomejs.biome",
"EditorConfig.EditorConfig"
]
}
},
"features": {
"ghcr.io/devcontainers-contrib/features/pnpm:2": {}
},
"forwardPorts": [
6006
],
"postCreateCommand": "pnpm install"
}

0 comments on commit 76f9881

Please sign in to comment.