mirror of
https://github.com/jlengrand/refined.blog.git
synced 2026-03-10 08:41:23 +00:00
feat(junie): added .devcontainer.json
This commit is contained in:
committed by
GitHub
parent
3142a6d07c
commit
cbc762a885
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