codespaces-rails/.devcontainer/devcontainer.json
2022-06-08 23:05:35 -06:00

15 lines
343 B
JSON

{
"extensions": [
"gh-gh-dogfooding.codespaces-zero",
"rebornix.Ruby"
],
"postCreateCommand": "bundle install --local",
"codespaces": {
"zero": {
"defaultFile": "config/routes.rb",
"startCommand": "bin/rails s",
"previewPort": 3000,
"previewDelay:": 6000
}
}
}