Updated workspace config
This commit is contained in:
parent
0351535d9e
commit
28f8a54b80
@ -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"],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user