This repository has no description
0

Configure Feed

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

feat: add search worker to tsup build configuration

Co-authored-by: aider (anthropic/claude-sonnet-4-20250514) <aider@aider.chat>

+1
+1
tsup.config.ts
··· 4 4 entry: { 5 5 index: 'src/index.ts', 6 6 'workers/feed-worker': 'src/workers/feed-worker.ts', 7 + 'workers/search-worker': 'src/workers/search-worker.ts', 7 8 }, 8 9 outDir: 'dist', 9 10 target: 'node18',