jiti-meet/.devcontainer/devcontainer.json

16 lines
383 B
JSON
Raw Permalink Normal View History

2022-12-02 14:50:01 +00:00
{
"name": "Jitsi Meet Dev Container",
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"version": "16"
}
2022-12-02 15:55:22 +00:00
},
"hostRequirements": {
"cpus": 4,
"memory": "8gb",
"storage": "32gb"
},
2022-12-02 15:58:52 +00:00
"postCreateCommand": "bash -i -c 'nvm use && npm install && cp tsconfig.web.json tsconfig.json'"
2022-12-02 14:50:01 +00:00
}