diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..eb53f7b --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,10 @@ +{ + "codespaces": { + "liftoff": { + "defaultFile": "config/routes.rb", + "startCommand": "bin/rails s", + "previewPort": 3000, + "previewDelay:": 6000 + } + } + } \ No newline at end of file