Skip to content

Update Bun dependency and Vercel build setup#244

Open
dekacchi wants to merge 1 commit into
tscircuit:mainfrom
dekacchi:codex/bun-vercel-deps
Open

Update Bun dependency and Vercel build setup#244
dekacchi wants to merge 1 commit into
tscircuit:mainfrom
dekacchi:codex/bun-vercel-deps

Conversation

@dekacchi
Copy link
Copy Markdown

Summary

  • remove the tracked bun.lock and ignore future Bun lockfiles while preserving bunfig.toml lockfile saving disabled
  • refresh the direct tscircuit/circuit-json runtime dependencies used by the app
  • add explicit Vercel Bun install/build config and give the production build enough Node heap for the updated viewer stack
  • clean the existing Biome issues in src/App.tsx so checks pass

/claim #79

Checks

  • bun install (confirmed no bun.lock or bun.lockb was created)
  • bun run format
  • bun x biome check package.json src tsconfig.json
  • bun run build

Note: the first plain build hit the existing V8 heap limit after the dependency refresh, so the build script now sets NODE_OPTIONS=--max-old-space-size=4096; the updated bun run build passes locally.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 22, 2026

@dekacchi is attempting to deploy a commit to the tscircuit Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant