CoolFace
Apppublic

strong-tie/inbound-calls

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
bin.js7 linesDownload Raw Back to pino
1#!/usr/bin/env node2console.error(3  '`pino` cli has been removed. Use `pino-pretty` cli instead.\n' +4  '\nSee: https://github.com/pinojs/pino-pretty'5)6process.exit(1)7