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);