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