Skip to content

Commit

Permalink
ci: change machine type
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Jul 21, 2023
1 parent a8d3efb commit d476dd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"cpus": 4
},
"waitFor": "onCreateCommand",
"updateContentCommand": "npm ci --force --loglevel silent --ignore-scripts --audit false --ignore-engines --ignore-platform --no-fund",
"updateContentCommand": "npm ci --force --loglevel silent --audit false --ignore-engines --ignore-platform --no-fund",
"postCreateCommand": "",
"postAttachCommand": "npm start",
"postAttachCommand": "npm start -- --host 0.0.0.0 --disable-host-check",
"customizations": {
"codespaces": {
"openFiles": ["CONTRIBUTING.md"]
Expand All @@ -17,7 +17,7 @@
"portsAttributes": {
"3333": {
"label": "Demo",
"onAutoForward": "openPreview"
"onAutoForward": "notify"
}
},
"forwardPorts": [3333]
Expand Down

0 comments on commit d476dd0

Please sign in to comment.