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" "path": "backend"
}, },
{ {
"name": "frontend", "name": "frontend-src",
"path": "frontend", "path": "frontend/src",
},
{
"name": "testapp",
"path": "testapp"
}, },
{ {
"name": "shared-meet-components", "name": "shared-meet-components",
"path": "frontend/projects/shared-meet-components" "path": "frontend/projects/shared-meet-components/src"
}, },
{ {
"name": "webcomponent", "name": "webcomponent",
"path": "frontend/webcomponent" "path": "frontend/webcomponent"
} },
], ],
"settings": { "settings": {
"jest.disabledWorkspaceFolders": ["openvidu-meet", "types", "frontend"], "jest.disabledWorkspaceFolders": ["openvidu-meet", "types", "frontend"],