Add devcontainer

This commit is contained in:
Brian McManus 2022-06-08 14:01:25 +00:00 committed by GitHub
parent 8e4c9aa92e
commit ea59a92ce3

View file

@ -0,0 +1,10 @@
{
"codespaces": {
"liftoff": {
"defaultFile": "config/routes.rb",
"startCommand": "bin/rails s",
"previewPort": 3000,
"previewDelay:": 6000
}
}
}