Files
Pasquale Vitiello 2cfbb1d992 Pasquale/cui 50 base UI 100 beta6 upgrade (#528)
* chore: update dependencies and fix some errors

* refactor(wip): update a few components

* feat: enable tooltip and popover animations + minor improvements

* feat: add AnchoredToastProvider + mc

* refactor: fix combobox

* fix: issues with radix + origin rebuild registry

* chore: lint

* fix: correct CSS variable syntax in MonthView component
2025-11-25 09:14:10 +00:00

8 lines
179 B
TypeScript

import { loader } from "fumadocs-core/source";
import { docs } from "@/.source/server";
export const source = loader({
baseUrl: "/docs",
source: docs.toFumadocsSource(),
});