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": {}
|
|
|
|
|
},
|
2023-09-28 16:28:17 +00:00
|
|
|
"postCreateCommand": "cp .env.example .env && pnpm i"
|
2022-11-08 20:25:38 +00:00
|
|
|
}
|