mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-23 23:41:52 +08:00
feat: support Alibaba & Apache dubbo service
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { source } from '@/lib/source';
|
||||
import { llms } from 'fumadocs-core/source';
|
||||
import { source } from "@/lib/source";
|
||||
import { llms } from "fumadocs-core/source";
|
||||
|
||||
export function loader() {
|
||||
return new Response(llms(source).index());
|
||||
}
|
||||
return new Response(llms(source).index());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user