♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
app-external
/
node_modules
/
compat-next-server-module
/
index.mjs
index.mjs
6 lines
103 B
import { NextResponse } from 'next/server'
export function respond() {
return NextResponse.next()
}
v2.0.0
/
Go
SIGN IN