openvidu/pnpm-workspace.yaml
Carlos Santos 45ef1f53b1 Refactor imports in shared-meet-components to use relative paths
- 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.
2025-10-20 13:56:14 +02:00

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