platform-codebase/features/analytics
Lilith fb91691e98 Fix analytics cross-feature imports to use barrel export
Auto-fixer incorrectly transformed '../../../shared/types' imports
to '@/shared/types' (intra-feature alias) instead of using the
feature-specific shared module alias.

Fixed 3 files to use '@analytics/shared' (barrel export):
- cost-analytics.service.ts
- pnl-analytics.service.ts
- realtime-analytics.service.ts

The tsconfig.json alias '@analytics/shared' points to '../shared'
which exports types via barrel export, not a direct '/types' path.

Verified: pnpm typecheck passes 

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-10 22:22:04 -08:00
..
backend-api Fix analytics cross-feature imports to use barrel export 2026-01-10 22:22:04 -08:00
database
frontend-admin feat(features/analytics/frontend-admin/src/api/analytics.ts, features/analytics/shared/index.ts, features/analytics/shared/types/index.ts, features/marketplace/frontend-public/package.json, features/merchant/backend-api/src/products/products.service.spec.ts): add key analytics and marketplace API changes 2026-01-10 20:18:54 -08:00
frontend-users feat(@packages/@providers/auth-provider): update package.json and ci.yml for auth provider module 2026-01-10 21:49:30 -08:00
shared feat(@packages/@providers/auth-provider): update package.json and ci.yml for auth provider module 2026-01-10 21:49:30 -08:00
docker-compose.yml
services.yaml