mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-06 15:49:35 -04:00
c14c8d15b0
# Description of Changes - Node.js: Use esbuild instead of tsx - Node.js: Remove interactive CLI since it doesn't work with `spacetime dev` - Next.js: Fix onError callback to use single argument (ctx) and use ctx.event for the error. - Next.js: Replace lint-disable comment with `_connection` for the unused variable. - Updated quickstart docs to use proper `withDatabaseName` # API and ABI breaking changes None. # Expected complexity level and risk **Complexity: 1–2.** Small tooling, type, and lint tweaks. Low risk. # Testing - [ ] Build affected templates (e.g. `pnpm build` in nextjs-ts). - [ ] Lint passes.