Compare commits

...

2 Commits

Author SHA1 Message Date
william
fd014d01f9 Merge ad9bd761cb into 25b062c917 2024-02-15 07:10:05 -06:00
william
ad9bd761cb Create devcontainer.json 2024-02-15 07:09:52 -06:00

View File

@@ -0,0 +1,7 @@
{ - name: Setup Node.js environment
uses: actions/setup-node@v4.0.2
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
}
}