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
|
// 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",
|
||||||
|
|||||||
4
meet.sh
4
meet.sh
@ -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
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user