From 8d85e7a6d5b8f38ab5b300e5080c21ada30440f5 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Tue, 12 May 2026 21:52:48 +0200 Subject: [PATCH] fix: rename postcss.config.js to postcss.config.cjs for compatibility --- install/bunkerm-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/bunkerm-install.sh b/install/bunkerm-install.sh index 7bedd463..78308b08 100644 --- a/install/bunkerm-install.sh +++ b/install/bunkerm-install.sh @@ -79,6 +79,7 @@ msg_ok "Set up Python Environment" msg_info "Building Frontend" cd /opt/bunkerm/frontend +[[ -f postcss.config.js ]] && mv postcss.config.js postcss.config.cjs export NODE_OPTIONS="--max-old-space-size=4096" AUTH_SECRET="build-time-placeholder" NEXT_TELEMETRY_DISABLED=1 $STD npm install AUTH_SECRET="build-time-placeholder" NEXT_TELEMETRY_DISABLED=1 $STD npm run build