You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just noticed that when going to production (ssr:build and ssr:start) in the entry-server.js I'm able to access all environment variables from .env but not those from .env.${MODE} (with MODE being your custom mode).
Note that I'am specifying the --mode when building and starting the app.
Thank you,
The text was updated successfully, but these errors were encountered:
Hi,
Just noticed that when going to production (
ssr:build
andssr:start
) in theentry-server.js
I'm able to access all environment variables from.env
but not those from.env.${MODE}
(with MODE being your custom mode).Note that I'am specifying the
--mode
when building and starting the app.Thank you,
The text was updated successfully, but these errors were encountered: