mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-22 14:21:55 -05:00
7 lines
159 B
JavaScript
7 lines
159 B
JavaScript
import { generateFiles } from "fumadocs-openapi";
|
|
|
|
void generateFiles({
|
|
input: ["./open-api.yaml"], // the OpenAPI schemas
|
|
output: "./content/docs/api",
|
|
});
|