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
I really want to use bun build --compile and include a custom ca in the bundle so my users don't have to bother setting NODE_EXTRA_CA_CERTS before running the standalone app.
What is the feature you are proposing to solve the problem?
Some hook to add a cert at runtime.
What alternatives have you considered?
I have yet to find any alternative that has worked. I have tried bunfig.toml preload, https global options, agent overrides...
The text was updated successfully, but these errors were encountered:
What is the problem this feature would solve?
I really want to use
bun build --compile
and include a custom ca in the bundle so my users don't have to bother settingNODE_EXTRA_CA_CERTS
before running the standalone app.What is the feature you are proposing to solve the problem?
Some hook to add a cert at runtime.
What alternatives have you considered?
I have yet to find any alternative that has worked. I have tried
bunfig.toml
preload, https global options, agent overrides...The text was updated successfully, but these errors were encountered: