Files
KrishnaAgarwal7531 768ea6d974 Migration code-reference-finder to Tinyfish SDK (#214)
Migrates all three external dependencies to TinyFish SDK + Groq. The
GitHub API and StackExchange API are replaced entirely by
client.search.query() with site:github.com and site:stackoverflow.com
filters — no more GITHUB_TOKEN, STACKEXCHANGE_KEY, rate limit retries,
or sequential delays. OpenRouter is replaced by groq-sdk directly. Mino
raw SSE fetch is replaced by client.agent.stream with typed events and
result validation. Promise.allSettled for parallel agents.
mino-client.ts, openrouter.ts, and the original search.ts are all
deleted.

Co-authored-by: Krishna Agarwal <krishna.laptop3727@gmail.com>
2026-06-12 17:51:25 -07:00

9 lines
105 B
JavaScript

const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};
export default config;