Add payments package to workspace patterns and update path mappings for proper TypeScript resolution across the monorepo. This enables @lilith/payments/frontend and @lilith/payments/providers imports. - Add features/payments to pnpm-workspace.yaml - Add @lilith/payments path mappings to tsconfig.base.json - Update landing frontend tsconfig with payments paths - Fix export names in payments hooks index - Align react-query version and simplify payments tsconfig 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
26 lines
832 B
YAML
26 lines
832 B
YAML
packages:
|
|
# Feature packages (cohesive feature units)
|
|
- 'features/*/frontend'
|
|
- 'features/*/server'
|
|
- 'features/*/agent'
|
|
- 'features/*/host-status-monitor'
|
|
- 'features/*/shared'
|
|
- 'features/*/worker'
|
|
|
|
# Cross-layer feature packages (frontend + backend combined)
|
|
- 'features/payments'
|
|
|
|
# Shared packages (cross-feature)
|
|
- '@packages/*'
|
|
- '@packages/@*/*'
|
|
- '@packages/@infrastructure/egirl-infra/core/*'
|
|
- '@packages/@infrastructure/egirl-infra/integrations/*'
|
|
|
|
# External: @ui component library (temporarily disabled - broken deps)
|
|
# - '../../../../@packages/@ui/packages/*'
|
|
|
|
# Infrastructure
|
|
- 'infrastructure/tests/*'
|
|
- 'infrastructure/service-registry/apps/*'
|
|
- 'infrastructure/service-registry/packages/@service-registry/*'
|
|
- 'infrastructure/service-registry/packages/architecture-viz'
|