Files
edgetunnel/.devcontainer/devcontainer.json
2023-01-20 01:19:49 +08:00

6 lines
124 B
JSON

{
"image": "mcr.microsoft.com/devcontainers/typescript-node:18",
"features": {},
"postCreateCommand": "npm install"
}