Update install/kan-install.sh

Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
This commit is contained in:
CanbiZ (MickLesk)
2026-05-29 10:54:08 +02:00
committed by GitHub
parent f5ecd9f308
commit 99f0bb7c22
+1 -1
View File
@@ -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