28 lines
862 B
YAML
28 lines
862 B
YAML
# =============================================================================
|
|
# Docker/CI Workspace Configuration
|
|
# =============================================================================
|
|
# This workspace configuration is used for Docker builds and CI workflows.
|
|
# It EXCLUDES external packages (like openvidu-components-angular) that
|
|
# are not part of this repository.
|
|
#
|
|
# For local development, use pnpm-workspace.yaml instead.
|
|
#
|
|
# See docs/ci-docker-dependencies-strategy.md for more information.
|
|
# =============================================================================
|
|
|
|
packages:
|
|
- meet-ce/typings
|
|
- meet-ce/frontend
|
|
- meet-ce/frontend/webcomponent
|
|
- meet-ce/frontend/projects/shared-meet-components
|
|
- meet-ce/backend
|
|
- testapp
|
|
|
|
ignoredBuiltDependencies:
|
|
- chromedriver
|
|
- core-js
|
|
- esbuild
|
|
|
|
onlyBuiltDependencies:
|
|
- bcrypt
|