feat(junie): added .devcontainer.json

This commit is contained in:
jetbrains-junie[bot]
2025-06-02 21:37:51 +00:00
committed by GitHub
parent 4edf3d82d4
commit b676227106

View File

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