Update devcontainer.json

This commit is contained in:
zizifn3
2023-03-28 21:58:29 +08:00
committed by GitHub
parent d50ec0cc80
commit 5701e65fd6

View File

@@ -1,5 +1,7 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {},
"features": {
"ghcr.io/devcontainers-contrib/features/deno:1": {}
},
"postCreateCommand": "npm install"
}