feat(junie): added .devcontainer.json

This commit is contained in:
jetbrains-junie[bot]
2025-06-02 21:52:50 +00:00
committed by GitHub
parent bcd7bc773a
commit 56b7cb78d6

View File

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