Merge remote-tracking branch 'origin/fix/deployment' into fix/deployment

This commit is contained in:
theoleuthardt 2025-02-28 12:04:26 +01:00
commit 56a023e075
2 changed files with 1 additions and 3 deletions

View file

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/bash
echo "NEXT_PUBLIC_BACKEND_URL: $NEXT_PUBLIC_BACKEND_URL" echo "NEXT_PUBLIC_BACKEND_URL: $NEXT_PUBLIC_BACKEND_URL"
exec node server.js exec node server.js

View file

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