File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 },
1919
2020 // Features to add to the dev container. More info: https://containers.dev/features.
21- // "features": {
21+ // "features": {},
22+
23+ // Use 'forwardPorts' to make a list of ports inside the container available locally.
24+ // "forwardPorts": [],
25+
26+ "features" : {
2227 "ghcr.io/devcontainers/features/sshd:1" : {
2328 "version" : " latest"
2429 }
2530 },
2631
27- // Use 'forwardPorts' to make a list of ports inside the container available locally.
28- // "forwardPorts": [],
29-
30- " onCreateCommand" : " npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g && npm i @learnpack/learnpack@5.0.348 -g && learnpack plugins:install @learnpack/node@1.1.15"
32+ "onCreateCommand" : " npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g && npm i @learnpack/learnpack@5.0.348 -g && learnpack plugins:install @learnpack/node@1.1.15"
3133
3234 // Use 'postCreateCommand' to run commands after the container is created.
3335 // "postCreateCommand": "yarn install",
You can’t perform that action at this time.
0 commit comments