mirror of
https://github.com/better-auth/better-auth.git
synced 2026-06-03 12:57:09 -05: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);
|