Files
OpenIsle/docs/lib/media-adapter.client.ts
Palm Civet 29232afadc docs: 引入 Fumadocs
ci: set up github actions
2025-09-06 01:10:52 +08:00

5 lines
158 B
TypeScript

'use client';
// forward them so that Fumadocs can also use your media adapter in a client component
export { OpenIsleMediaAdapter } from './media-adapter';