mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-22 01:22:21 +08:00
8 lines
174 B
JSON
8 lines
174 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/universal:2",
|
|
"features": {
|
|
"ghcr.io/devcontainers-contrib/features/deno:1": {}
|
|
},
|
|
"postCreateCommand": "npm install"
|
|
}
|