Skip to content

Commit

Permalink
feat: add devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
falsepopsky committed Oct 20, 2023
1 parent 6274db2 commit 4ec6a74
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "thetvdb Dev Container",
"image": "mcr.microsoft.com/devcontainers/base:jammy",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"nodeGypDependencies": true,
"version": "18.18.2",
"nvmVersion": "latest"
}
},
"customizations": {
"vscode": {
"extensions": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"editorconfig.editorconfig",
"orta.vscode-jest",
"pkief.material-icon-theme",
"github.vscode-github-actions",
"github.vscode-pull-request-github"
]
}
},
"postCreateCommand": "corepack enable && pnpm install"
}

0 comments on commit 4ec6a74

Please sign in to comment.