mirror of
https://github.com/dathere/ckanaction.git
synced 2025-11-09 22:19:49 +00:00
7 lines
243 B
TypeScript
7 lines
243 B
TypeScript
import { source } from '@/lib/source';
|
|
import { createFromSource } from 'fumadocs-core/search/server';
|
|
|
|
export const { GET } = createFromSource(source, {
|
|
// https://docs.orama.com/docs/orama-js/supported-languages
|
|
language: 'english',
|
|
});
|