SPB Git

spb/worthdoing Public

Autonomous investigation agent that discovers, challenges, and ranks things genuinely worth doing — Claude + Firecrawl, Next.js 16, PostgreSQL

TypeScript 91.5% SQL 5.8% CSS 2.2%
133 B · 8 lines typescript
Raw Blame History
1import type { NextConfig } from "next";23const nextConfig: NextConfig = {4  /* config options here */5};67export default nextConfig;8