fix: update import path for route types in TypeScript environment file

This commit is contained in:
poyrazavsever
2026-06-05 09:37:04 +03:00
parent e933921cea
commit a341f1f69f
2 changed files with 48 additions and 36 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
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.