Skip to content
Snippets Groups Projects
Unverified Commit a56c4247 authored by Sourabh Desai's avatar Sourabh Desai Committed by GitHub
Browse files

Create devcontainer.json

I've been using Github codespaces for development (bc I have a very old macbook air). Figured it may be nice to include a config for it in the repo so that forkers can easily spin up a dev environment that closely matches that of the code maintainers.
parent 1b941d2c
No related branches found
No related tags found
No related merge requests found
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/devcontainers-contrib/features/turborepo-npm:1": {},
"ghcr.io/devcontainers-contrib/features/typescript:2": {}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment