Skip to content

Commit c3f3aea

Browse files
committed
fix: upgrading next.js broke tests due to swc (ref: pmndrs/swc-jotai#22 (comment))
1 parent c7451e1 commit c3f3aea

File tree

3 files changed

+117
-111
lines changed

3 files changed

+117
-111
lines changed

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
/// <reference types="next/navigation-types/compat/navigation" />
44

55
// NOTE: This file should not be edited
6-
// see https://nextjs.org/docs/basic-features/typescript for more information.
6+
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.

0 commit comments

Comments
 (0)