mirror of
https://github.com/vercel/commerce.git
synced 2025-06-15 11:51:21 +00:00
6 lines
113 B
TypeScript
6 lines
113 B
TypeScript
import bunyan from 'bunyan'
|
|
|
|
const log = bunyan.createLogger({ name: 'Next.js - Commerce' })
|
|
|
|
export default log
|