- Updated import paths in meeting.component.ts, room-recordings.component.ts, view-recording.component.ts, and other service files to use relative paths instead of absolute paths. - Removed the '@openvidu-meet/shared/*' path mapping from tsconfig.json. - Added shared-meet-components to pnpm workspace and updated pnpm-lock.yaml to reflect the changes.
21 lines
368 B
YAML
21 lines
368 B
YAML
packages:
|
|
- meet-ce/typings
|
|
- meet-ce/frontend
|
|
- meet-ce/frontend/webcomponent
|
|
- meet-ce/frontend/projects/shared-meet-components
|
|
- meet-ce/backend
|
|
- meet-pro/frontend
|
|
- meet-pro/backend
|
|
- testapp
|
|
|
|
ignoredBuiltDependencies:
|
|
- '@parcel/watcher'
|
|
- chromedriver
|
|
- core-js
|
|
- esbuild
|
|
- lmdb
|
|
- msgpackr-extract
|
|
|
|
onlyBuiltDependencies:
|
|
- bcrypt
|