mirror of
https://github.com/kingomarnajjar/codespaces-rails.git
synced 2026-07-25 22:27:34 +10:00
Update devcontainer.json
This commit is contained in:
parent
dd88a3ac24
commit
00ba3ba078
1 changed files with 1 additions and 14 deletions
|
|
@ -3,18 +3,5 @@
|
||||||
"rebornix.Ruby"
|
"rebornix.Ruby"
|
||||||
],
|
],
|
||||||
"onCreateCommand": "bundle install --local",
|
"onCreateCommand": "bundle install --local",
|
||||||
"postCreateCommand": "",
|
"postCreateCommand": ""
|
||||||
"hostRequirements": {
|
|
||||||
"cpus": 4,
|
|
||||||
"memory": "8gb",
|
|
||||||
"storage": "32gb"
|
|
||||||
},
|
|
||||||
"codespaces": {
|
|
||||||
"zero": {
|
|
||||||
"defaultFile": "config/routes.rb",
|
|
||||||
"startCommand": "bin/rails s",
|
|
||||||
"previewPort": 3000,
|
|
||||||
"previewDelay": 6000
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue