Add .devcontainer configuration for GitHub Codespaces

This commit is contained in:
Ben Welsh 2023-04-21 22:34:19 +00:00 committed by GitHub
parent 23c6584670
commit 6b6b9af90d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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