mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-07 12:27:44 +00:00
chore: remove unused build:docs
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
"build": "next build",
|
||||
"dev": "next dev",
|
||||
"start": "next start",
|
||||
"build:docs": "node ./scripts/generate-docs.mjs",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"postinstall": "fumadocs-mdx"
|
||||
},
|
||||
@@ -112,4 +111,4 @@
|
||||
"tailwindcss": "^3.4.16",
|
||||
"typescript": "^5.7.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
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