mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-21 22:50:42 +08:00
6 lines
160 B
TypeScript
6 lines
160 B
TypeScript
import { source } from '@/lib/source';
|
|
import { llms } from 'fumadocs-core/source';
|
|
|
|
export function loader() {
|
|
return new Response(llms(source).index());
|
|
} |