Commit Graph

4 Commits

Author SHA1 Message Date
gnezim a9b2f4ac5c docs: add e2e test implementation plan with detailed task breakdown 2026-04-04 12:05:32 +03:00
gnezim 5ef60539ce docs: add comprehensive e2e test suite design specification 2026-04-04 12:02:18 +03:00
gnezim dfb9fed99a docs: add Phase 2 Online Board implementation plan 2026-04-03 23:57:03 +03:00
gnezim 729603d27c fix: resolve build issues with ModernJS v3 + Module Federation
- Switch from @module-federation/modern-js to @module-federation/modern-js-v3 (v3 compatible)
- Rename App.tsx to AppProviders.tsx to avoid hasApp detection that blocks nested route discovery
- Move runtime.router config from modern.config.ts to modern.runtime.ts (v3 API)
- Fix PostCSS config type annotation
- Enable streaming SSR mode successfully
2026-04-03 23:34:20 +03:00