Removed pro rest-api-doc and updated dependencies

This commit is contained in:
Carlos Santos 2025-10-22 12:06:43 +02:00
parent bd42b1f6fe
commit 42796a4ee7
3 changed files with 89 additions and 446 deletions

View File

@ -415,11 +415,6 @@ add_pro_commands() {
local components_path="$1"
local shared_meet_components_path="$2"
# REST API docs watcher
CMD_NAMES+=("rest-api-docs")
CMD_COLORS+=("bgGray")
CMD_COMMANDS+=("pnpm run dev:pro-rest-api-docs")
# Run backend-pro
CMD_NAMES+=("backend-pro")
CMD_COLORS+=("cyan")

View File

@ -8,7 +8,6 @@
"name": "openvidu-meet (root)",
"path": ".",
},
{
"name": "openvidu-meet (CE)",
"path": "meet-ce",
@ -39,14 +38,13 @@
"**/testapp": true,
"**/.angular": true,
"**/public": true,
"**/dist": true,
"**/dist": false,
"**/node_modules": true,
"**/test-results": true,
},
"jest.disabledWorkspaceFolders": ["openvidu-meet", "typings", "frontend"],
"mochaExplorer.files": "tests/e2e/**/*.test.ts",
"mochaExplorer.require": ".mocharc.js",
"files.watcherExclude": {
"**/node_modules/**": true,
"**/dist/**": true,

526
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff