Skip to content

Commit 01b6049

Browse files
committed
Update devcontainer.json
1 parent 13b847b commit 01b6049

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
11
{
22
"onCreateCommand": "npm install && npm run build",
3-
"postCreateCommand": "",
4-
"hostRequirements": {
5-
"cpus": 4,
6-
"memory": "8gb",
7-
"storage": "32gb"
8-
},
9-
"codespaces": {
10-
"zero": {
11-
"defaultFile": "src/App.js",
12-
"startCommand": "npm start",
13-
"previewPort": 3000,
14-
"previewDelay": 7000
15-
}
16-
}
3+
"postCreateCommand": ""
174
}

0 commit comments

Comments
 (0)