File tree Expand file tree Collapse file tree 1 file changed +21
-20
lines changed Expand file tree Collapse file tree 1 file changed +21
-20
lines changed Original file line number Diff line number Diff line change 1
1
{
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 "
22
22
}
23
23
}
24
+ }
You can’t perform that action at this time.
0 commit comments