Skip to content

Commit

Permalink
chore: updated devcontainer (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmbanan666 authored Sep 1, 2024
1 parent e2161a4 commit 6d2cc34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "Chat Game",
"image": "mcr.microsoft.com/devcontainers/typescript-node:22",
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
"workspaceFolder": "/workspaces/chat-game/${localWorkspaceFolderBasename}",

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "npm i -g pnpm@9.8.0 && pnpm i",
"postCreateCommand": "npm i -g pnpm@9.9.0 && pnpm i",

// Configure tool-specific properties.
"customizations": {
Expand Down

0 comments on commit 6d2cc34

Please sign in to comment.