Files
hoppscotch/.devcontainer/devcontainer.json
2022-12-03 00:51:49 +05:30

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": "mv .env.example .env && pnpm i"
}