Flag some environment variables as required by Node build container #33
AugustMiller
started this conversation in
Feature Requests & Enhancements
Replies: 2 comments 2 replies
-
It's worth noting that the node process builds what are presumably client-side assets, so anything actually "secret" wouldn't be appropriate to include. |
Beta Was this translation helpful? Give feedback.
1 reply
-
We could also an approach like Vite (and probably others) and automatically/only expose variables with a prefix to the node build. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Projects may want to interact with privileged resources outside of the build container (like a third-party search API), but not bake credentials into the repository itself.
Beta Was this translation helpful? Give feedback.
All reactions