Skip to content

Commit

Permalink
Merge remote-tracking branch 'dev/feature/devcontainer-node-18' into …
Browse files Browse the repository at this point in the history
…PWA-3288
  • Loading branch information
glo82145 committed Aug 23, 2024
2 parents 329dfc5 + 724e177 commit db8e11a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "PWA Studio",
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-14",
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-18",
"containerEnv": {
"NODE_OPTIONS": "--openssl-legacy-provider"
},
"forwardPorts": [10000],
"postCreateCommand": "yarn install --frozen-lockfile && yarn build && yarn workspace @magento/venia-concept run watch",
"postCreateCommand": "yarn install --frozen-lockfile && yarn build",
"postStartCommand": "yarn workspace @magento/venia-concept run watch",
"extensions": [
"larsroettig.vscode-pwa-studio",
"GraphQL.vscode-graphql-syntax"
Expand Down

0 comments on commit db8e11a

Please sign in to comment.