Skip to content

Commit 96aad91

Browse files
committed
fix: third arg after rebase
1 parent a89bae8 commit 96aad91

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/next/src/cli/next-typegen.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,11 @@ const nextTypegen = async (
129129
rewrites: nextConfig.rewrites,
130130
})
131131

132-
await writeRouteTypesManifest(routeTypesManifest, routeTypesFilePath)
132+
await writeRouteTypesManifest(
133+
routeTypesManifest,
134+
routeTypesFilePath,
135+
nextConfig
136+
)
133137

134138
console.log('✓ Route types generated successfully')
135139
}

0 commit comments

Comments
 (0)