Files
Momento/memento-note/lib
Antigravity 79381a4cc9
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 1m33s
fix: isolate detect-user-language from client bundle
Remove detectUserLanguage re-export from i18n barrel index.ts — it depends
on next/headers (server-only) and was being pulled into client component bundles
via sidebar.tsx → lib/i18n/index.ts, causing build failure.
Add 'server-only' guard to detect-user-language.ts to make the constraint explicit.
2026-05-09 15:49:05 +00:00
..