feat(junie): added .devcontainer.json

This commit is contained in:
jetbrains-junie[bot]
2025-06-02 21:47:55 +00:00
committed by GitHub
parent 85527a0951
commit a4335c0177

View File

@@ -0,0 +1,5 @@
{
"name": "Node.js",
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-18-bullseye",
"postCreateCommand": "npm i"
}