We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9327416 commit db18c63Copy full SHA for db18c63
src/run/handlers/server.ts
@@ -25,6 +25,7 @@ import { setupWaitUntil } from './wait-until.cjs'
25
setFetchBeforeNextPatchedIt(globalThis.fetch)
26
// configure some globals that Next.js make use of before we start importing any Next.js code
27
// as some globals are consumed at import time
28
+// TODO: only call this if Next.js version is using CacheHandlerV2 as we don't have V1 compatible implementation
29
configureUseCacheHandlers()
30
setupWaitUntil()
31
0 commit comments