chore: remove instrumentation (#279)

* chore: remove instrumentation

* chore: clean apk cache after installation

* chore: fix docker builds
This commit is contained in:
Henry
2025-12-10 22:16:38 +00:00
committed by GitHub
parent 36675604f9
commit bcd20b58c6
5 changed files with 5 additions and 203 deletions

View File

@@ -1,6 +0,0 @@
export async function register() {
if (process.env.NEXT_RUNTIME === "nodejs") {
await require("pino");
await require("next-logger");
}
}