mirror of
https://github.com/farcasterxyz/hub-monorepo.git
synced 2026-02-12 05:55:16 -05:00
Provide a working end-to-end example of syncing data from hubs to a Postgres database. This should work with no additional dependencies besides what you install with `yarn install` and Docker.
6 lines
92 B
TypeScript
6 lines
92 B
TypeScript
import { pino } from 'pino';
|
|
|
|
export const log = pino();
|
|
|
|
export type Logger = pino.Logger;
|