Commit Graph

3 Commits (01d293ebe269cbf18c5f146d0eb4c9ecd460b5da)

Author SHA1 Message Date
Sean Doran 01d293ebe2
fix: build frontend and fix tsc errors blocking the build
vite.config.ts used defineConfig from 'vite' which doesn't accept the
'test' key — switch to 'vitest/config' which extends it. Also type the
onChange test helper as (knob: KnobConfig) => void instead of the overly
broad ReturnType<typeof vi.fn>. Run npm run build to ship the compiled
static assets.
2026-03-07 23:16:05 -05:00
Sean Doran 42fa2fb78a
Revert "chore: build frontend and fix tsc config for vitest/config import"
This reverts commit 9bebb13b2c.
2026-03-07 23:15:28 -05:00
Sean Doran 9bebb13b2c
chore: build frontend and fix tsc config for vitest/config import 2026-03-07 23:14:32 -05:00