mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-07 12:27:44 +00:00
wip
This commit is contained in:
6
docs/scripts/generate-docs.mjs
Normal file
6
docs/scripts/generate-docs.mjs
Normal file
@@ -0,0 +1,6 @@
|
||||
import { generateFiles } from 'fumadocs-openapi';
|
||||
|
||||
void generateFiles({
|
||||
input: ['./open-api.yaml'], // the OpenAPI schemas
|
||||
output: './content/docs/api',
|
||||
});
|
||||
Reference in New Issue
Block a user