Hello and thanks for the repo!
We have a single codebase deployed on different instances, which also have different trackers. Current implementation only checks for ENVs at build time while introduced in v3 format NUXT_PUBLIC_* makes a little confusion, as this is also a prefix for variables defined for runtimeConfig.
I suggest to make it a goal for v4 and do a refactor. I also willing to help to investigate, how to do this in the most painless way
Hello and thanks for the repo!
We have a single codebase deployed on different instances, which also have different trackers. Current implementation only checks for ENVs at build time while introduced in v3 format
NUXT_PUBLIC_*makes a little confusion, as this is also a prefix for variables defined forruntimeConfig.I suggest to make it a goal for v4 and do a refactor. I also willing to help to investigate, how to do this in the most painless way