6 lines
239 B
TypeScript
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);
|