Skip to content

Commit

Permalink
Merge pull request #4040 from rafaelstz/feature/dev-container
Browse files Browse the repository at this point in the history
Adding Dev Container config
  • Loading branch information
glo82145 authored May 16, 2023
2 parents 4e204fd + 67f683b commit 9f524e8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "PWA Studio",
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-14",
"forwardPorts": [10000],
"postCreateCommand": "yarn install --frozen-lockfile && yarn build && yarn workspace @magento/venia-concept run watch",
"extensions": [
"larsroettig.vscode-pwa-studio",
"GraphQL.vscode-graphql-syntax"
]
}

0 comments on commit 9f524e8

Please sign in to comment.