mirror of
https://github.com/kingomarnajjar/codespaces-rails.git
synced 2026-07-26 06:37:17 +10:00
14 lines
No EOL
317 B
JSON
14 lines
No EOL
317 B
JSON
{
|
|
"extensions": [
|
|
"gh-gh-dogfooding.codespaces-zero"
|
|
],
|
|
"postCreateCommand": "bundle install --local",
|
|
"codespaces": {
|
|
"zero": {
|
|
"defaultFile": "config/routes.rb",
|
|
"startCommand": "bin/rails s",
|
|
"previewPort": 3000,
|
|
"previewDelay:": 6000
|
|
}
|
|
}
|
|
} |