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