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 components_path="$1"
local shared_meet_components_path="$2" 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 # Run backend-pro
CMD_NAMES+=("backend-pro") CMD_NAMES+=("backend-pro")
CMD_COLORS+=("cyan") CMD_COLORS+=("cyan")

View File

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

526
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff