We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3866d0 commit de0b447Copy full SHA for de0b447
.devcontainer/devcontainer.json
@@ -2,9 +2,7 @@
2
// https://containers.dev/implementors/json_reference/
3
{
4
"name": "nitro-devcontainer",
5
- "forwardPorts": [
6
- 3000
7
- ],
+ "forwardPorts": [3000],
8
"image": "node:22",
9
"features": {},
10
"customizations": {
@@ -19,7 +17,5 @@
19
17
}
20
18
},
21
"postStartCommand": "npm i -fg corepack && corepack enable && pnpm install && pnpm build --stub",
22
- "mounts": [
23
- "type=volume,target=${containerWorkspaceFolder}/node_modules"
24
- ]
+ "mounts": ["type=volume,target=${containerWorkspaceFolder}/node_modules"]
25
0 commit comments