update browserSync port and reload delay in meet.sh; adjust webhooks-snippets visibility in workspace settings
This commit is contained in:
parent
4b77ab46b9
commit
bd42b1f6fe
@ -33,9 +33,7 @@
|
||||
// path mappings for avoiding build the shared-meet-components library
|
||||
"@openvidu-meet/shared-components": [
|
||||
"projects/shared-meet-components/src/public-api.ts"
|
||||
],
|
||||
|
||||
|
||||
]
|
||||
},
|
||||
"importHelpers": true,
|
||||
"target": "ES2022",
|
||||
|
||||
4
meet.sh
4
meet.sh
@ -453,13 +453,13 @@ add_browsersync_commands() {
|
||||
import chalk from 'chalk';
|
||||
|
||||
const bs = browserSync.create();
|
||||
const port = 5080;
|
||||
const port = 6081;
|
||||
|
||||
bs.init({
|
||||
proxy: 'http://localhost:6080',
|
||||
files: ['${browsersync_path}'],
|
||||
open: false,
|
||||
reloadDelay: 500,
|
||||
reloadDelay: 200,
|
||||
port
|
||||
});
|
||||
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
"**/meet-ce": true,
|
||||
"**/meet-pro": true,
|
||||
"**/webcomponent": true,
|
||||
"**/webhooks-snippets": true,
|
||||
"**/webhooks-snippets": false,
|
||||
"**/testapp": true,
|
||||
"**/.angular": true,
|
||||
"**/public": true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user