1
0
Fork 0

feat(build): add basic codespaces definition (#25)

This commit is contained in:
Sean Sube 2023-02-04 16:11:24 -06:00
parent 3a91347709
commit 7c96145397
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
{
"image": "mcr.microsoft.com/devcontainers/python:3.10",
"features": {}
}

View File

@ -0,0 +1,4 @@
{
"image": "mcr.microsoft.com/devcontainers/javascript-node:18",
"features": {}
}