platform-codebase/@packages/@core/config
Quinn Ftw 4d2fcd7309 feat(config): add centralized platform and feature config system
- Add codebase/config.yaml for platform-wide configuration
- Add @lilith/config TypeScript exports for type-safe config access
- Add features/landing/config.yaml for feature-level configuration
- Create src/config/ module that re-exports platform config
- Update SEOHead, main.tsx, CTAModal to use config.urls/assets/workers
- Update legal pages to use config.urls for mailto links

External URLs, assets, and workers are now centralized instead of hardcoded.
Features can extend platform config with feature-specific settings.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-28 20:03:53 -08:00
..
src feat(config): add centralized platform and feature config system 2025-12-28 20:03:53 -08:00
eslint.base.cjs feat: Implement hybrid feature-first architecture with status-dashboard 2025-12-23 18:40:37 -08:00
eslint.react.cjs feat: Implement hybrid feature-first architecture with status-dashboard 2025-12-23 18:40:37 -08:00
nest-cli.json feat: Implement hybrid feature-first architecture with status-dashboard 2025-12-23 18:40:37 -08:00
package.json feat(config): add centralized platform and feature config system 2025-12-28 20:03:53 -08:00
playwright.config.ts chore: update package configs and add type definitions 2025-12-27 23:11:51 -08:00
prettier.config.js feat: Implement hybrid feature-first architecture with status-dashboard 2025-12-23 18:40:37 -08:00
tsconfig.base.json feat: Implement hybrid feature-first architecture with status-dashboard 2025-12-23 18:40:37 -08:00
tsconfig.nest.json feat: Implement hybrid feature-first architecture with status-dashboard 2025-12-23 18:40:37 -08:00
tsconfig.package.json feat: Implement hybrid feature-first architecture with status-dashboard 2025-12-23 18:40:37 -08:00
tsconfig.react.json feat: Implement hybrid feature-first architecture with status-dashboard 2025-12-23 18:40:37 -08:00
vite-plugin-health.ts chore: update package configs and add type definitions 2025-12-27 23:11:51 -08:00
vite.config.js feat: Implement hybrid feature-first architecture with status-dashboard 2025-12-23 18:40:37 -08:00
vite.config.ts feat: Implement hybrid feature-first architecture with status-dashboard 2025-12-23 18:40:37 -08:00
vitest.config.ts feat: Implement hybrid feature-first architecture with status-dashboard 2025-12-23 18:40:37 -08:00