Skip to content

Commit d617e57

Browse files
committed
Standardize formatting
1 parent 4904ee0 commit d617e57

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

.devcontainer/devcontainer.json

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
{
2-
"hostRequirements": {"cpus": 4},
3-
4-
"waitFor": "onCreateCommand",
5-
"updateContentCommand": "npm install",
6-
"postCreateCommand": "",
7-
"postAttachCommand": {
8-
"server": "npm start",
9-
},
10-
11-
"customizations": {
12-
"codespaces": {
13-
"openFiles": ["src/App.js"]
14-
}
15-
},
16-
17-
"portsAttributes": {
18-
"3000": {
19-
"label": "Application",
20-
"onAutoForward": "openPreview"
21-
}
2+
"hostRequirements": {
3+
"cpus": 4
4+
},
5+
"waitFor": "onCreateCommand",
6+
"updateContentCommand": "npm install",
7+
"postCreateCommand": "",
8+
"postAttachCommand": {
9+
"server": "npm start"
10+
},
11+
"customizations": {
12+
"codespaces": {
13+
"openFiles": [
14+
"src/App.js"
15+
]
16+
}
17+
},
18+
"portsAttributes": {
19+
"3000": {
20+
"label": "Application",
21+
"onAutoForward": "openPreview"
2222
}
2323
}
24+
}

0 commit comments

Comments
 (0)