This MR fixes critical authentication issues that prevented login on localhost and improves the developer experience with consolidated rebuild scripts and a working help modal keyboard shortcut. #5

Merged
ilia merged 51 commits from dev into main 2026-01-05 19:42:46 -05:00
Showing only changes of commit e5be9476a4 - Show all commits

View File

@ -1,3 +1,7 @@
import { handlers } from "@/lib/auth"
// Mark this route as dynamic to prevent build-time data collection
// NextAuth requires runtime environment variables and cannot be pre-rendered
export const dynamic = "force-dynamic"
export const { GET, POST } = handlers