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 5660a75 commit bf14037Copy full SHA for bf14037
.devcontainer/devcontainer.json
@@ -27,7 +27,7 @@
27
},
28
29
// Use 'postCreateCommand' to run commands after the container is created.
30
- "postCreateCommand": ". ${NVM_DIR}/nvm.sh && cd src && nvm install && npm install && cd ./api && dotnet restore && npm install -g @azure/static-web-apps-cli",
+ "postCreateCommand": ". ${NVM_DIR}/nvm.sh && cd src/web && nvm install && npm install && cd ../api && dotnet restore && npm install -g @azure/static-web-apps-cli",
31
32
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
33
"remoteUser": "vscode"
0 commit comments