Skip to content

Commit de0b447

Browse files
committed
lint
1 parent e3866d0 commit de0b447

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Diff for: .devcontainer/devcontainer.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
// https://containers.dev/implementors/json_reference/
33
{
44
"name": "nitro-devcontainer",
5-
"forwardPorts": [
6-
3000
7-
],
5+
"forwardPorts": [3000],
86
"image": "node:22",
97
"features": {},
108
"customizations": {
@@ -19,7 +17,5 @@
1917
}
2018
},
2119
"postStartCommand": "npm i -fg corepack && corepack enable && pnpm install && pnpm build --stub",
22-
"mounts": [
23-
"type=volume,target=${containerWorkspaceFolder}/node_modules"
24-
]
20+
"mounts": ["type=volume,target=${containerWorkspaceFolder}/node_modules"]
2521
}

0 commit comments

Comments
 (0)