From ad9bd761cb4f76d8ee125123340860e145330581 Mon Sep 17 00:00:00 2001 From: william <101975357+Zoowizz@users.noreply.github.com> Date: Thu, 15 Feb 2024 07:09:52 -0600 Subject: [PATCH] Create devcontainer.json --- .devcontainer/devcontainer.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 00000000..77bb3215 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,7 @@ +{ - name: Setup Node.js environment + uses: actions/setup-node@v4.0.2 + + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": { + } +}