Compare commits

...

2 Commits

Author SHA1 Message Date
noserene
66d812b897
Merge ad9bd761cb into b9b25d45f7 2025-12-01 00:18:19 +00: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": {
}
}