From 8a73e50e2c057edef41756f3c36facf8cb690e6e Mon Sep 17 00:00:00 2001 From: Yuzu Date: Thu, 13 Aug 2026 02:33:36 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20build:=20update=20Next=20generat?= =?UTF-8?q?ed=20types?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/next-env.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/next-env.d.ts b/apps/web/next-env.d.ts index ce4e94a..a419cbe 100644 --- a/apps/web/next-env.d.ts +++ b/apps/web/next-env.d.ts @@ -1,7 +1,7 @@ /// /// -import "./.next/types/routes.d.ts"; -import "./.next/types/root-params.d.ts"; +import "./.next/dev/types/routes.d.ts"; +import "./.next/dev/types/root-params.d.ts"; // NOTE: This file should not be edited // see https://nextjs.org/docs/app/api-reference/config/typescript for more information.