Updated workspace config

This commit is contained in:
Carlos Santos 2025-03-12 11:27:28 +01:00
parent 0351535d9e
commit 28f8a54b80

View File

@ -12,17 +12,21 @@
"path": "backend"
},
{
"name": "frontend",
"path": "frontend",
"name": "frontend-src",
"path": "frontend/src",
},
{
"name": "testapp",
"path": "testapp"
},
{
"name": "shared-meet-components",
"path": "frontend/projects/shared-meet-components"
"path": "frontend/projects/shared-meet-components/src"
},
{
"name": "webcomponent",
"path": "frontend/webcomponent"
}
},
],
"settings": {
"jest.disabledWorkspaceFolders": ["openvidu-meet", "types", "frontend"],