How it works
The architecture separates concerns:
@lanun/antarabangsa→ Core logic, routing, translations@lanun/antarabangsa-next→ Next.js middleware
This allows you to:
- Share routing logic between frontend and backend
- Use the same translation utilities in server components and client components
