mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-08 12:27:44 +00:00
5 lines
153 B
TypeScript
5 lines
153 B
TypeScript
import { source } from "@/lib/source";
|
|
import { createFromSource } from "fumadocs-core/search/server";
|
|
|
|
export const { GET } = createFromSource(source);
|