Configures the workspace to include meet-pro frontend and backend packages. This enables the project to manage dependencies and link packages correctly for the pro version of the meet application.
63 lines
1.4 KiB
Plaintext
63 lines
1.4 KiB
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"name": "openvidu-components-angular",
|
|
"path": "../openvidu/openvidu-components-angular",
|
|
},
|
|
{
|
|
"name": "openvidu-meet (root)",
|
|
"path": ".",
|
|
},
|
|
{
|
|
"name": "openvidu-meet (CE)",
|
|
"path": "meet-ce",
|
|
},
|
|
{
|
|
"name": "openvidu-meet (PRO)",
|
|
"path": "meet-pro",
|
|
},
|
|
{
|
|
"name": "testapp",
|
|
"path": "testapp",
|
|
},
|
|
{
|
|
"name": "shared-meet-components",
|
|
"path": "frontend/projects/shared-meet-components",
|
|
},
|
|
{
|
|
"name": "meet-webcomponent",
|
|
"path": "meet-ce/frontend/webcomponent",
|
|
},
|
|
],
|
|
"settings": {
|
|
"files.exclude": {
|
|
"**/meet-ce": true,
|
|
"**/meet-pro": true,
|
|
"**/webcomponent": true,
|
|
"**/.angular": true,
|
|
"**/public": true,
|
|
"**/dist": true,
|
|
"**/node_modules": true,
|
|
"**/test-results": true,
|
|
"**/webhooks-snippets": true,
|
|
"**/testapp": true,
|
|
},
|
|
"jest.disabledWorkspaceFolders": ["openvidu-meet", "typings", "frontend"],
|
|
"mochaExplorer.files": "tests/e2e/**/*.test.ts",
|
|
"mochaExplorer.require": ".mocharc.js",
|
|
|
|
"files.watcherExclude": {
|
|
"**/node_modules/**": true,
|
|
"**/dist/**": true,
|
|
},
|
|
// "mochaExplorer.files": "./frontend/tests/e2e/**/*.test.ts",
|
|
// "mochaExplorer.mochaPath": "./frontend/node_modules/mocha",
|
|
// "mochaExplorer.require": "ts-node/register",
|
|
// "mochaExplorer.configFile": "./frontend/.mocharc.js",
|
|
// "mochaExplorer.timeout": 30000,
|
|
// "mochaExplorer.env": {
|
|
// "NODE_ENV": "test"
|
|
// }
|
|
},
|
|
}
|