From 9bfed45c0f04c09a6d20bb25f14385a080b203d2 Mon Sep 17 00:00:00 2001 From: iDefineHD Date: Sun, 11 Jan 2026 02:18:36 +0000 Subject: [PATCH] Remove frontend/.env and ensure it's ignored - use .env.production for builds - Deleted frontend/.env which was overriding production builds - Added frontend/.env to .gitignore - Production builds will now use .env.production correctly - WebSocket will connect to api.turbotrades.dev/ws --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3fa9b67..79e7f25 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,4 @@ uploads/ # Cloudflare Tunnel .cloudflared/ .tunnel-urls.json +frontend/.env