electric-sql / electric

Local-first sync layer for web and mobile apps. Build reactive, realtime, local-first apps directly on Postgres.
https://electric-sql.com
Apache License 2.0
5.37k stars 124 forks source link

fix(cli): Fix boolean flag defaults not being respected #1405

Closed msfstef closed 1 week ago

msfstef commented 1 week ago

Fixes https://github.com/electric-sql/electric/issues/1404

Was overriding default with environment variable value, but not checking if environment variable was actually set