update browserSync port and reload delay in meet.sh; adjust webhooks-snippets visibility in workspace settings

This commit is contained in:
Carlos Santos 2025-10-22 11:55:21 +02:00
parent 4b77ab46b9
commit bd42b1f6fe
3 changed files with 4 additions and 6 deletions

View File

@ -33,9 +33,7 @@
// path mappings for avoiding build the shared-meet-components library // path mappings for avoiding build the shared-meet-components library
"@openvidu-meet/shared-components": [ "@openvidu-meet/shared-components": [
"projects/shared-meet-components/src/public-api.ts" "projects/shared-meet-components/src/public-api.ts"
], ]
}, },
"importHelpers": true, "importHelpers": true,
"target": "ES2022", "target": "ES2022",

View File

@ -453,13 +453,13 @@ add_browsersync_commands() {
import chalk from 'chalk'; import chalk from 'chalk';
const bs = browserSync.create(); const bs = browserSync.create();
const port = 5080; const port = 6081;
bs.init({ bs.init({
proxy: 'http://localhost:6080', proxy: 'http://localhost:6080',
files: ['${browsersync_path}'], files: ['${browsersync_path}'],
open: false, open: false,
reloadDelay: 500, reloadDelay: 200,
port port
}); });

View File

@ -35,7 +35,7 @@
"**/meet-ce": true, "**/meet-ce": true,
"**/meet-pro": true, "**/meet-pro": true,
"**/webcomponent": true, "**/webcomponent": true,
"**/webhooks-snippets": true, "**/webhooks-snippets": false,
"**/testapp": true, "**/testapp": true,
"**/.angular": true, "**/.angular": true,
"**/public": true, "**/public": true,