Skip to content

Commit bbbe981

Browse files
committed
Add special comment to indicate the fork
1 parent 1e471f7 commit bbbe981

File tree

1 file changed

+1
-1
lines changed
  • packages/next/src/server/lib/router-utils

1 file changed

+1
-1
lines changed

packages/next/src/server/lib/router-utils/typegen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ export function generateValidatorFileStrict(
871871
? `import type { ${nextTypes.join(', ')} } from "next/types.js"\n`
872872
: ''
873873

874-
return `// This file is generated automatically by Next.js
874+
return `// This file is generated automatically by Next.js with experimental.strictRouteTypes
875875
// Do not edit this file manually
876876
// This file validates that all pages and layouts export the correct types
877877

0 commit comments

Comments
 (0)