From 99f0bb7c22b3637c12a92343e0a0675d6fb3d28b Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Fri, 29 May 2026 10:54:08 +0200 Subject: [PATCH] Update install/kan-install.sh Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com> --- install/kan-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/kan-install.sh b/install/kan-install.sh index f683935dc..5dd00003b 100644 --- a/install/kan-install.sh +++ b/install/kan-install.sh @@ -43,7 +43,7 @@ msg_ok "Configured Application" msg_info "Building Application" cd /opt/kan -source /opt/kan/.env +set -a && source /opt/kan/.env && set +a export NEXT_PUBLIC_USE_STANDALONE_OUTPUT=true NEXT_PUBLIC_BASE_URL BETTER_AUTH_TRUSTED_ORIGINS NEXT_PUBLIC_ALLOW_CREDENTIALS BETTER_AUTH_SECRET export CI=true $STD pnpm install