🔪🐛 Fixed pnpm in Dockerfile, moved config to src
All checks were successful
Deploy application / deploy (push) Successful in 10s

This commit is contained in:
2025-02-09 13:01:34 +01:00
parent c5b1ec20d6
commit 3c6cb193eb
10 changed files with 16 additions and 11 deletions

View File

@ -1,5 +1,5 @@
import pino from "pino"
import { LOG_LEVEL } from "@/../config.ts"
import { LOG_LEVEL } from "@/config.ts"
/**
* / Returns a logging instance with the default log-level "info"