mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-07 04:19:22 +00:00
6 lines
164 B
JavaScript
6 lines
164 B
JavaScript
import { generateFiles } from 'fumadocs-openapi';
|
|
|
|
void generateFiles({
|
|
input: ['./open-api.yaml'], // the OpenAPI schemas
|
|
output: './content/docs/api',
|
|
}); |