mirror of
https://github.com/kingomarnajjar/codespaces-rails.git
synced 2026-07-25 22:27:34 +10:00
Add devcontainer
This commit is contained in:
parent
8e4c9aa92e
commit
ea59a92ce3
1 changed files with 10 additions and 0 deletions
10
.devcontainer/devcontainer.json
Normal file
10
.devcontainer/devcontainer.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"codespaces": {
|
||||
"liftoff": {
|
||||
"defaultFile": "config/routes.rb",
|
||||
"startCommand": "bin/rails s",
|
||||
"previewPort": 3000,
|
||||
"previewDelay:": 6000
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue