From a533865a80261af359da4b840a544af9f81a0031 Mon Sep 17 00:00:00 2001 From: HydroshieldMKII Date: Tue, 30 Sep 2025 17:13:02 -0400 Subject: [PATCH] Remove DEPLOYMENT_MODE environment variable from frontend service configuration --- install/guardian-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/guardian-install.sh b/install/guardian-install.sh index fd697cf1..747c6de8 100644 --- a/install/guardian-install.sh +++ b/install/guardian-install.sh @@ -76,7 +76,6 @@ Wants=guardian-backend.service [Service] WorkingDirectory=/opt/Guardian/frontend Environment=NODE_ENV=production -Environment=DEPLOYMENT_MODE=standalone Environment=PORT=3000 ExecStart=/usr/bin/npm run start Restart=always