How to change runtimeConfig values in production without rebuilding?

It seems to me that during the production build the runtimeConfig values are baked into the build and thus can't be changed by env variables when actually running that build. Is that the case? I was trying to build the app without any env variables available in the build step (because why would you need it, if you can feed them in during runtime?) and this doesn't work, the values are missing when running the build, even if they're available as env variables as that point.
0 Replies
No replies yetBe the first to reply to this messageJoin