We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8147dcd commit 70ba784Copy full SHA for 70ba784
.devcontainer/devcontainer.json
@@ -7,6 +7,7 @@
7
"pnpm": "10.8.1"
8
}
9
},
10
+ "initializeCommand": "mkdir -p ${localEnv:HOME}/.pnpm-store",
11
"mounts": ["source=${localEnv:HOME}/.pnpm-store,target=/home/vscode/.pnpm-store,type=bind"],
12
"forwardPorts": [5173],
13
"postCreateCommand": "corepack enable && corepack prepare [email protected] --activate && pnpm install",
0 commit comments