[READ-ONLY] Mirror of https://github.com/flo-bit/shapecraft. flo-bit.dev/shapecraft/
0

Configure Feed

Select the types of activity you want to include in your feed.

shapecraft / docs-builder / config.ts
129 B 5 lines
1import type { Config } from "./config.type"; 2 3declare const __PUBLIC_CONFIG__: Config; 4 5export const config = __PUBLIC_CONFIG__;