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