Skip to content

TRPC migration#34

Open
stormyy00 wants to merge 2 commits into
stormyy/agentfrom
stormyy/trpc
Open

TRPC migration#34
stormyy00 wants to merge 2 commits into
stormyy/agentfrom
stormyy/trpc

Conversation

@stormyy00
Copy link
Copy Markdown
Owner

No description provided.

Installs tRPC v11 with Express adapter on the backend and TanStack React Query
integration on the frontend. Sets up auth context reusing existing BetterAuth
session, mounts at /api/trpc alongside existing Express routes. Migrates all
bins CRUD operations (list, getById, create, update, delete) to tRPC procedures
calling the service layer directly. Rewrites frontend hooks to use useTRPC()
pattern and updates all call sites for the new input shapes. Aligns the frontend
Bin type with the actual server response shape.
@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
continote Error Error Feb 11, 2026 6:01am

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Feb 11, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Note

🎁 Summarized by CodeRabbit Free

Your organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login.

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

1 participant