Home

Server Components

Learn Contract Kit
Build an API

2 total

const ctx = await server.createContextFromNext();
const result = await listTodosUseCase.run({
  ctx,
  input: { limit: 5, offset: 0 },
});