Gearing up for Claude to write this react hook

This commit is contained in:
Glen Maddern 2025-03-22 21:24:39 +11:00
parent cb322d877d
commit eca1e45363
9 changed files with 210 additions and 134 deletions

View file

@ -1,7 +1,7 @@
import { defineConfig } from 'tsup'
export default defineConfig({
entry: ['src/client.ts', 'src/proxy.ts'],
entry: ['src/cli/client.ts', 'src/cli/proxy.ts', 'src/react/index.ts'],
format: ['esm'],
dts: true,
clean: true,