dify/web/next/server.ts
2026-03-16 11:33:36 +08:00

4 lines
133 B
TypeScript

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