docs(build): update dependencies and use pnpm

This commit is contained in:
rzmk 2026-06-11 17:43:59 -04:00
parent aed973683f
commit 1947c2f5eb
141 changed files with 6255 additions and 1775 deletions

View file

@ -1,7 +1,4 @@
import { createAPIPage } from "fumadocs-openapi/ui";
import client from "@/components/api-page.client";
import { openapi } from "@/lib/openapi";
"use client";
import { createOpenAPIPage } from "fumadocs-openapi/ui";
export const APIPage = createAPIPage(openapi, {
client,
});
export const OpenAPIPage = createOpenAPIPage({});