Create devcontainer.json

This commit is contained in:
Saúl Ibarra Corretgé 2022-12-02 15:50:01 +01:00 committed by Saúl Ibarra Corretgé
parent a2e8a7f28f
commit 56114fe863
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{
"name": "Jitsi Meet Dev Container",
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"version": "16"
}
}
}