2025-08-20 12:59:31 -06:00

6 lines
239 B
TypeScript

import { source } from '@/lib/source';
import { createFromSource } from 'fumadocs-core/search/server';
// Fast unblock: relax types here to avoid coupling to full LoaderOutput shape
export const { GET } = createFromSource(source as any);