Files
hoppscotch/.devcontainer/devcontainer.json
2022-12-02 13:34:46 -05:00

10 lines
245 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"
}