From ea59a92ce39d3fd5cf0d0987b66fc3b6748ac02a Mon Sep 17 00:00:00 2001 From: Brian McManus Date: Wed, 8 Jun 2022 14:01:25 +0000 Subject: [PATCH] Add devcontainer --- .devcontainer/devcontainer.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .devcontainer/devcontainer.json 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