Files
dify/web/next/server.ts

3 lines
90 B
TypeScript

export { NextResponse } from 'next/server'
export type { NextRequest } from 'next/server'