- 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.
7 lines
142 B
JSON
7 lines
142 B
JSON
{
|
|
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
"dest": "dist",
|
|
"lib": {
|
|
"entryFile": "src/public-api.ts"
|
|
}
|
|
} |