mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 23:34:10 +08:00
8 lines
127 B
TypeScript
8 lines
127 B
TypeScript
import type { Config } from 'automd'
|
|
|
|
const config: Config = {
|
|
input: ['docs/guide/benchmarks.md'],
|
|
}
|
|
|
|
export default config
|