Remove frontend/.env and ensure it's ignored - use .env.production for builds
All checks were successful
Build Frontend / Build Frontend (push) Successful in 20s

- 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
This commit is contained in:
2026-01-11 02:18:36 +00:00
parent 5183fcbd5e
commit 9bfed45c0f

1
.gitignore vendored
View File

@@ -82,3 +82,4 @@ uploads/
# Cloudflare Tunnel # Cloudflare Tunnel
.cloudflared/ .cloudflared/
.tunnel-urls.json .tunnel-urls.json
frontend/.env