Re-exports the endpoint builder, factory functions and type helpers
needed to define API contracts without pulling in the Node.js server
runtime. Use this entry point in shared packages that are consumed by
both the backend (Node.js) and the frontend (browser).
Browser-safe entry point for
@cleverbrush/server.Re-exports the endpoint builder, factory functions and type helpers needed to define API contracts without pulling in the Node.js server runtime. Use this entry point in shared packages that are consumed by both the backend (Node.js) and the frontend (browser).
Example