diff --git a/meet-ce/frontend/tsconfig.json b/meet-ce/frontend/tsconfig.json index 5dd7113..a8e0e7e 100644 --- a/meet-ce/frontend/tsconfig.json +++ b/meet-ce/frontend/tsconfig.json @@ -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", diff --git a/meet.sh b/meet.sh index a277cfe..4151ce6 100755 --- a/meet.sh +++ b/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 }); diff --git a/openvidu-meet.code-workspace b/openvidu-meet.code-workspace index a85ac12..95281cc 100644 --- a/openvidu-meet.code-workspace +++ b/openvidu-meet.code-workspace @@ -35,7 +35,7 @@ "**/meet-ce": true, "**/meet-pro": true, "**/webcomponent": true, - "**/webhooks-snippets": true, + "**/webhooks-snippets": false, "**/testapp": true, "**/.angular": true, "**/public": true,