mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-08 04:19:25 +00: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",
|
|
});
|