From 6b657e56aee9773f06e4b6c3d7018b7c7fb61167 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Thu, 13 Aug 2026 02:48:13 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20build:=20adjust=20Next.js=20type?= =?UTF-8?q?=20declaration=20paths?= 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 a419cbe..ce4e94a 100644 --- a/apps/web/next-env.d.ts +++ b/apps/web/next-env.d.ts @@ -1,7 +1,7 @@ /// /// -import "./.next/dev/types/routes.d.ts"; -import "./.next/dev/types/root-params.d.ts"; +import "./.next/types/routes.d.ts"; +import "./.next/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.