codespaces-rails/.devcontainer/devcontainer.json
2022-06-08 21:11:02 +00:00

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
}
}
}