Skip to content

Commit 08d631f

Browse files
committed
chore: store computed files across development container rebuilds
1 parent 3ef9457 commit 08d631f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
"ghcr.io/devcontainers/features/github-cli": {},
66
"ghcr.io/devcontainers/features/powershell": {}
77
},
8+
"mounts": [
9+
{
10+
"source": "router-component-store_node_modules",
11+
"target": "${containerWorkspaceFolder}/node_modules",
12+
"type": "volume"
13+
}
14+
],
815
"waitFor": "onCreateCommand",
916
"updateContentCommand": "yarn install --non-interactive --frozen-lockfile",
1017
"postAttachCommand": {

0 commit comments

Comments
 (0)