From 11bb2eb5a18d7d15b66bd312993d8e1f4b2cb000 Mon Sep 17 00:00:00 2001 From: dschlueter Date: Sat, 25 Apr 2026 21:16:48 +0200 Subject: [PATCH] =?UTF-8?q?Chore:=20next-env.d.ts=20aktualisiert=20(dev-Pf?= =?UTF-8?q?ad=20f=C3=BCr=20Routen-Typen)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- next-env.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next-env.d.ts b/next-env.d.ts index 9edff1c..c4b7818 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -1,6 +1,6 @@ /// /// -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.