chore: introduce devcontainer support

This commit is contained in:
Andrew Bastin
2022-11-08 15:25:38 -05:00
parent 325793eebc
commit 0230942a3d
3 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
{
"name": "Hoppscotch",
"image": "mcr.microsoft.com/devcontainers/typescript-node:18",
"forwardPorts": [3000],
"features": {
"ghcr.io/NicoVIII/devcontainer-features/pnpm:1": {}
},
"postCreateCommand": "cp packages/hoppscotch-app/.env.example packages/hoppscotch-app/.env && pnpm i"
}