From 1bf113300d52f318cf93afaf28a19626699e8e43 Mon Sep 17 00:00:00 2001 From: dirtydishes Date: Mon, 1 Jun 2026 21:05:49 -0400 Subject: [PATCH] use dev routes types in next env --- 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 9edff1c..412e361 100644 --- a/apps/web/next-env.d.ts +++ b/apps/web/next-env.d.ts @@ -1,6 +1,6 @@ /// /// -import "./.next/types/routes.d.ts"; +import "./.next-dev/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.