mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
feat: upgrade docs
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { getLLMText, source } from '@/lib/source';
|
||||
|
||||
export async function loader() {
|
||||
const scan = source.getPages().map(getLLMText);
|
||||
const scanned = await Promise.all(scan);
|
||||
|
||||
return new Response(scanned.join('\n\n'));
|
||||
}
|
||||
Reference in New Issue
Block a user