Files
dify/web/next/server.ts

4 lines
133 B
TypeScript

/* eslint-disable no-restricted-imports */
export { NextResponse } from 'next/server'
export type { NextRequest } from 'next/server'