- Next.js 16.1.6 with App Router and src/ directory - TypeScript configuration with path aliases (@/*) - Tailwind CSS v4 with PostCSS setup - ESLint with Next.js config - Supabase packages: @supabase/supabase-js, @supabase/ssr - Form packages: zod, react-hook-form - Simple Leopost placeholder page Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
7 lines
247 B
TypeScript
7 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.
|