Skip to content

fix: remove ignoreBuildErrors and resolve typed-route errors (#8)#22

Open
odiseusme wants to merge 1 commit into
rosen-bridge:devfrom
odiseusme:fix/issue-8-remove-ignorebuilderrors
Open

fix: remove ignoreBuildErrors and resolve typed-route errors (#8)#22
odiseusme wants to merge 1 commit into
rosen-bridge:devfrom
odiseusme:fix/issue-8-remove-ignorebuilderrors

Conversation

@odiseusme

Copy link
Copy Markdown

Fixes #8.

  • Removes typescript: { ignoreBuildErrors: true } from apps/guard/next.config.js and apps/watcher/next.config.js.
  • Resolves the two TypeScript errors that surfaced in apps/watcher/src/app/App.tsx:
    • Anchor wrapper now casts props.href to Route for compatibility with typedRoutes: true
    • push router method now casts href to Route for the same reason
  • npm run type-check passes cleanly in both apps/guard and apps/watcher with the flag removed.
  • lint-staged hooks (prettier, eslint, type-check, knip) all pass.
  • No package.json or package-lock.json changes.

@vercel

vercel Bot commented May 7, 2026

Copy link
Copy Markdown

@odiseusme is attempting to deploy a commit to the rosen-bridge 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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove ignoreBuildErrors from Next config

1 participant