mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-22 14:21:55 -05: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',
|
|
}); |