feat(junie): added .devcontainer.json

This commit is contained in:
jetbrains-junie[bot]
2025-06-02 21:44:39 +00:00
committed by GitHub
parent 271ab21eb2
commit 070b8c0da0

View File

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