mirror of
https://github.com/kingomarnajjar/codespaces-rails.git
synced 2026-07-26 06:37:17 +10:00
20 lines
445 B
JSON
20 lines
445 B
JSON
{
|
|
"extensions": [
|
|
"gh-gh-dogfooding.codespaces-zero",
|
|
"rebornix.Ruby"
|
|
],
|
|
"onCreateCommand": "bundle install --local",
|
|
"hostRequirements": {
|
|
"cpus": 8,
|
|
"memory": "16gb",
|
|
"storage": "32gb"
|
|
},
|
|
"codespaces": {
|
|
"zero": {
|
|
"defaultFile": "config/routes.rb",
|
|
"startCommand": "bin/rails s",
|
|
"previewPort": 3000,
|
|
"previewDelay:": 6000
|
|
}
|
|
}
|
|
}
|