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
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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -82,3 +82,4 @@ uploads/
|
||||
# Cloudflare Tunnel
|
||||
.cloudflared/
|
||||
.tunnel-urls.json
|
||||
frontend/.env
|
||||
|
||||
Reference in New Issue
Block a user