platform-codebase/pnpm-workspace.yaml
Quinn Ftw 55adb636e0 chore(status-dashboard): update package configuration
Update pnpm workspace and lockfile for new dependencies:
- class-validator and class-transformer for DTO validation
- Updated workspace configuration for host-status-monitor package

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-26 05:59:38 -08:00

18 lines
515 B
YAML

packages:
# Feature packages (cohesive feature units)
- 'features/*/frontend'
- 'features/*/server'
- 'features/*/agent'
- 'features/*/host-status-monitor'
- 'features/*/shared'
- 'features/*/worker'
# Shared packages (cross-feature)
- '@packages/*'
- '@packages/@*/*'
# Infrastructure
- 'infrastructure/tests/*'
- 'infrastructure/service-registry/apps/*'
- 'infrastructure/service-registry/packages/@service-registry/*'
- 'infrastructure/service-registry/packages/architecture-viz'