build: Update Next.js routes type import to reference the dev specific path.

This commit is contained in:
Ho Ngoc Hai
2026-01-19 00:01:23 +07:00
parent f47556ef6e
commit 0c039d06bd

View File

@@ -1,6 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/types/routes.d.ts";
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.