Tag: trpc
TRPC Router Implementation Guide
A guide for implementing and modifying TRPC routers, focusing on middleware-based model injection and standardised procedure patterns.
CLI Backend Integration Testing Workflow
This tool facilitates end-to-end verification of backend API changes, allowing developers to test TRPC routers, services, and models via the LobeHub CLI against a local development server. It guides the process from server startup and authe…
Guide to building tRPC server routers
This guide outlines best practices for developing tRPC routers, focusing on using middleware to inject database models into the context and structuring procedures for efficient query and mutation handling. It also demonstrates how to aggreg…
cli backend integration testing workflow
This skill provides a structured workflow for performing end-to-end integration testing of LobeHub's backend services, allowing developers to validate changes to TRPC routers, models, and APIs using the dedicated CLI against a local develop…
Langfuse Backend Development Guidelines
Comprehensive development guidelines for the Langfuse monorepo, covering tRPC routers, BullMQ processors, and database access patterns using Prisma and ClickHouse. It provides standards for architecture, middleware, and testing across web, …