Skip to content

Commit 9670c12

Browse files
committed
revert(console): restore auto-managed next-env.d.ts (slipped in via typecheck)
1 parent 3060238 commit 9670c12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webapps/console/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
import "./.next/dev/types/routes.d.ts";
3+
import "./.next/types/routes.d.ts";
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.

0 commit comments

Comments
 (0)