Add devcontainer (#337)

This commit is contained in:
Yeikel
2023-04-17 15:18:43 -04:00
committed by GitHub
parent 919f913865
commit 684ca1c3fd
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
"name": "Node.js",
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-16",
"postCreateCommand": "npm install"
}

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
node_modules
.env
.idea/