A botched sed command stripped the first import line from every admin route file, breaking NextRequest/NextResponse references. Restored all imports and added export const dynamic = 'force-dynamic' to all admin GET handlers so Next.js 14 never serves a stale cached response after a save — this was the root cause of changes appearing not to save. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
TypeScript
94.4%
CSS
4.5%
JavaScript
0.6%
Dockerfile
0.3%
Shell
0.2%