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 89fa3beCopy full SHA for 89fa3be
.devcontainer/devcontainer.json
@@ -5,8 +5,21 @@
5
"ghcr.io/devcontainers/features/github-cli": {},
6
"ghcr.io/devcontainers/features/powershell": {}
7
},
8
+ // "containerUser": "root",
9
+ // "remoteUser": "root",
10
+ "postCreateCommand": {
11
+ // "chown": "sudo chown root node_modules",
12
+ // "yarn": "yarn install --non-interactive --frozen-lockfile"
13
+ },
14
+ "mounts": [
15
+ {
16
+ "source": "router-component-store_node_modules",
17
+ "target": "${containerWorkspaceFolder}/node_modules",
18
+ "type": "volume"
19
+ }
20
+ ],
21
"waitFor": "onCreateCommand",
- "updateContentCommand": "yarn install --non-interactive --frozen-lockfile",
22
+ "updateContentCommand": "",
23
"postAttachCommand": {
24
// "developmentServer": "yarn start"
25
0 commit comments