Openstatus www.openstatus.dev
6
fork

Configure Feed

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

at main 10 lines 171 B view raw
1/** @type {import('knip').KnipConfig} */ 2const config = { 3 workspaces: { 4 "packages/shared": { 5 includeEntryExports: true, 6 }, 7 }, 8}; 9 10export default config;