mirror of
https://github.com/jlengrand/better-setup-mic.git
synced 2026-03-10 08:01:24 +00:00
feat(junie): added .devcontainer.json
This commit is contained in:
committed by
GitHub
parent
271ab21eb2
commit
070b8c0da0
5
.devcontainer/devcontainer.json
Normal file
5
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "Node.js",
|
||||
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-18-bullseye",
|
||||
"postCreateCommand": "npm i"
|
||||
}
|
||||
Reference in New Issue
Block a user