mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02: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);
|