From bf0765de260437583e2802b520d0a2f3aef539d9 Mon Sep 17 00:00:00 2001 From: Jiayuan Date: Wed, 1 Apr 2026 05:51:28 +0800 Subject: [PATCH] chore(web): update next-env.d.ts routes path --- apps/web/next-env.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/next-env.d.ts b/apps/web/next-env.d.ts index c4b7818f..9edff1c7 100644 --- a/apps/web/next-env.d.ts +++ b/apps/web/next-env.d.ts @@ -1,6 +1,6 @@ /// /// -import "./.next/dev/types/routes.d.ts"; +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.