Some checks are pending
E2E / Playwright e2e (push) Waiting to run
- Upgraded Next.js from 16.2.6 to 16.2.7 in package.json and pnpm-lock.yaml. - Modified TypeScript environment import path in next-env.d.ts for consistency with the new structure.
7 lines
251 B
TypeScript
7 lines
251 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
import "./.next/dev/types/routes.d.ts";
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|