Next.js 16 renamed middleware to proxy. Merged session-based auth and API key auth into a single proxy.ts. Also fixed: auth route handler exports, missing card component, Button asChild type errors, signIn return type, Drizzle eq() type narrowing, and useSearchParams suspense boundary. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
247 B
TypeScript
6 lines
247 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
import "./.next/types/routes.d.ts";
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|