UNPKG

@frames.js/debugger

Version:

Debug your Frames.js applications

9 lines (7 loc) 218 B
import type { NextRequest } from "next/server"; export function createNotificationsUrl(req: NextRequest): string { return new URL( `/notifications/${crypto.randomUUID()}`, req.nextUrl.href ).toString(); }