From efdab5bafca2a46d73de7ab1d776d283d5294aa3 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Mon, 24 Nov 2025 15:19:38 -0600 Subject: [PATCH] test(controller): added in server port that might night be needed but oh well --- scripts/update-controller-server.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/update-controller-server.ps1 b/scripts/update-controller-server.ps1 index 01a7102..a00b4ac 100644 --- a/scripts/update-controller-server.ps1 +++ b/scripts/update-controller-server.ps1 @@ -160,6 +160,7 @@ function Update-Server { @{ Key = "BETTER_AUTH_SECRET"; Value = "3d2b7d64ac2f9ebd6854325a84390666f4bbd2c7c3f537bb60fca3740f081e1e"; Comment = "used for better auth secrets" }, @{ Key = "BETTER_AUTH_URL"; Value = "https://$Server.alpla.net"; Comment = "The better auth url" } @{ Key = "NODE_ENV"; Value = "production"; Comment = "Just making sure this is in there." } + @{ Key = "VITE_SERVER_PORT"; Value = "4000"; Comment = "Reusing a env that could possibly already be here so we can continue the migration to a single app." } ) $envFile = "$LocalPath\.env"