Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic authored May 29, 2024
1 parent cbe99aa commit c9e9719
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/devcontainers-contrib/features/turborepo-npm:1": {}
"ghcr.io/devcontainers-contrib/features/pnpm:2": {
"version": "latest"
},
"ghcr.io/devcontainers-contrib/features/turborepo-npm:1": {
"version": "latest"
}
}
}

0 comments on commit c9e9719

Please sign in to comment.