10 lines
252 B
JSON
10 lines
252 B
JSON
{
|
|
"name": "Hoppscotch",
|
|
"image": "mcr.microsoft.com/devcontainers/typescript-node:18",
|
|
"forwardPorts": [3000],
|
|
"features": {
|
|
"ghcr.io/NicoVIII/devcontainer-features/pnpm:1": {}
|
|
},
|
|
"postCreateCommand": "cp .env.example .env && pnpm i"
|
|
}
|