Create devcontainer.json

- name: Setup Node.js environment
  uses: actions/setup-node@v4.1.0
Node.js
pull/1204/head
23bffd855647cc-2 2025-01-21 00:30:52 +01:00 committed by GitHub
parent 8f9cc178b6
commit 24b2e2deab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

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