mirror of
https://github.com/cosscom/coss.git
synced 2026-09-14 20:06:50 +08:00
2cfbb1d992
* 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
8 lines
179 B
TypeScript
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(),
|
|
});
|