Create devcontainer.json

- name: Setup Node.js environment
  uses: actions/setup-node@v4.1.0
Node.js
This commit is contained in:
23bffd855647cc-2
2025-01-21 00:30:52 +01:00
committed by GitHub
parent 8f9cc178b6
commit 24b2e2deab

View File

@@ -0,0 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
}
}