fork of hey-api/openapi-ts because I need some additional things
1{
2 "$schema": "https://openapi.vercel.sh/vercel.json",
3 "buildCommand": "pnpm --filter @docs/openapi-ts build",
4 "cleanUrls": true,
5 "devCommand": "pnpm --filter @docs/openapi-ts dev",
6 "framework": "vitepress",
7 "installCommand": "pnpm install --filter @docs/openapi-ts",
8 "outputDirectory": "docs/.vitepress/dist",
9 "redirects": [
10 {
11 "source": "/openapi-ts",
12 "destination": "/openapi-ts/get-started",
13 "permanent": true
14 },
15 {
16 "source": "/openapi-ts/custom-plugin",
17 "destination": "/openapi-ts/plugins/custom",
18 "permanent": true
19 },
20 {
21 "source": "/openapi-ts/plugins",
22 "destination": "/openapi-ts/core",
23 "permanent": true
24 },
25 {
26 "source": "/openapi-ts/output/json-schema",
27 "destination": "/openapi-ts/plugins/schemas",
28 "permanent": true
29 },
30 {
31 "source": "/openapi-ts/output/sdk",
32 "destination": "/openapi-ts/plugins/sdk",
33 "permanent": true
34 },
35 {
36 "source": "/openapi-ts/transformers",
37 "destination": "/openapi-ts/plugins/transformers",
38 "permanent": true
39 },
40 {
41 "source": "/openapi-ts/output/typescript",
42 "destination": "/openapi-ts/plugins/typescript",
43 "permanent": true
44 }
45 ],
46 "trailingSlash": false
47}