File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 8787 "upgradePackages" : " true"
8888 },
8989 "ghcr.io/devcontainers/features/git:1" : {},
90+ "ghcr.io/devcontainers/features/node:1" : {},
9091 "ghcr.io/devcontainers/features/github-cli:1" : {
9192 "installDirectlyFromGitHubRelease" : true ,
9293 "version" : " latest"
Original file line number Diff line number Diff line change 44 "service" : " app" ,
55 "workspaceFolder" : " /workspace" ,
66 "postCreateCommand" : " bash .devcontainer/scripts/post-create.sh" ,
7- "onCreateCommand" : " bash .devcontainer/scripts/setup-dotnet-dev-cert.sh" ,
7+ // "onCreateCommand": "bash .devcontainer/scripts/setup-dotnet-dev-cert.sh",
88 "postAttachCommand" : " bash -i .devcontainer/scripts/post-attach.sh" ,
99 "customizations" : {
1010 "vscode" : {
3838 // },
3939 // "ghcr.io/devcontainers/features/aws-cli:1": {},
4040 // "ghcr.io/devcontainers/features/azure-cli:1": {},
41- "ghcr.io/devcontainers/features/node:1" : {}
4241 // "ghcr.io/devcontainers/features/python:1": {
4342 // "version": "3.12"
4443 // }
Original file line number Diff line number Diff line change 11#! /usr/bin/env zsh
22set -xe
3- . ${NVM_DIR} /nvm.sh && nvm install --lts --latest-npm --default --save
3+ . ${NVM_DIR} /nvm.sh
4+ nvm install --lts --latest-npm --default --save
45npm install -g typescript prettier prettier aws-cdk
You can’t perform that action at this time.
0 commit comments