mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-04-21 07:22:47 -04:00
9 lines
411 B
TypeScript
9 lines
411 B
TypeScript
// @ts-nocheck
|
|
/// <reference types="vite/client" />
|
|
import { dynamic } from 'fumadocs-mdx/runtime/dynamic';
|
|
import * as Config from '../source.config';
|
|
|
|
const create = await dynamic<typeof Config, import("fumadocs-mdx/runtime/types").InternalTypeConfig & {
|
|
DocData: {
|
|
}
|
|
}>(Config, {"configPath":"source.config.ts","environment":"vite","outDir":".source"}, {"doc":{"passthroughs":["extractedReferences"]}}); |