api-client/.devcontainer/devcontainer.json

10 lines
252 B
JSON
Raw Normal View History

2022-11-08 20:25:38 +00:00
{
2022-12-02 19:21:49 +00:00
"name": "Hoppscotch",
"image": "mcr.microsoft.com/devcontainers/typescript-node:18",
2022-11-08 20:25:38 +00:00
"forwardPorts": [3000],
2022-12-02 19:21:49 +00:00
"features": {
"ghcr.io/NicoVIII/devcontainer-features/pnpm:1": {}
},
"postCreateCommand": "mv .env.example .env && pnpm i"
2022-11-08 20:25:38 +00:00
}