test(controller): added in server port that might night be needed but oh well

This commit is contained in:
2025-11-24 15:19:38 -06:00
parent 700346d809
commit efdab5bafc

View File

@@ -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"