mirror of
https://github.com/hoppscotch/hoppscotch
synced 2024-11-21 22:50:51 +00:00
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"
|
|
}
|