codespaces-rails/.devcontainer/devcontainer.json
2022-06-15 09:41:11 -06:00

15 lines
341 B
JSON

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