feat: debug prints at runtime in docker

This commit is contained in:
theoleuthardt 2025-02-28 11:37:15 +01:00
parent 776ed29bca
commit 1ef7f9f822
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,7 @@
import type { NextConfig } from "next";
console.log("NEXT_PUBLIC_BACKEND_URL", process.env.NEXT_PUBLIC_BACKEND_URL);
const nextConfig: NextConfig = {
output: "standalone",
env: {