If I don’t pass anything on `environment`, should ...
# sst
a
If I don’t pass anything on
environment
, should it read it from the
.env
file defined in SST?
b
Hi, is it all your environment variables that don’t work or only the PRIMARY_MARKET_API_BASE_URL in the react app? React won’t pick up this environment variable as it’s not prefixed with REACT_APP_, just a thought