Fix pino-pretty not being included in build (#135)

This commit is contained in:
DecDuck
2025-07-14 12:11:17 +10:00
committed by GitHub
parent 2b70cea4e0
commit 7bfc441d1d
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ services:
- POSTGRES_USER=drop
- POSTGRES_DB=drop
drop:
image: ghcr.io/drop-oss/drop:latest
image: ghcr.io/drop-oss/drop:nightly
stdin_open: true
tty: true
init: true

View File

@ -1,4 +1,5 @@
import pino from "pino";
import "pino-pretty";
export const logger = pino({
transport: {