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 3ef9457 commit 08d631fCopy full SHA for 08d631f
.devcontainer/devcontainer.json
@@ -5,6 +5,13 @@
5
"ghcr.io/devcontainers/features/github-cli": {},
6
"ghcr.io/devcontainers/features/powershell": {}
7
},
8
+ "mounts": [
9
+ {
10
+ "source": "router-component-store_node_modules",
11
+ "target": "${containerWorkspaceFolder}/node_modules",
12
+ "type": "volume"
13
+ }
14
+ ],
15
"waitFor": "onCreateCommand",
16
"updateContentCommand": "yarn install --non-interactive --frozen-lockfile",
17
"postAttachCommand": {
0 commit comments