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
Some organizations require using all modules from a private NPM registry for security and compliance reasons. Edge Functions now supports configuring a private registry to load all NPM modules using the NPM_CONFIG_REGISTRY environment variable.
You can define a private registry in the project's .env file or directly specify it when running the deploy command:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Some organizations require using all modules from a private NPM registry for security and compliance reasons. Edge Functions now supports configuring a private registry to load all NPM modules using the
NPM_CONFIG_REGISTRY
environment variable.You can define a private registry in the project's
.env
file or directly specify it when running the deploy command:You will need Supabase CLI version 2.2.8 or higher to use this feature.
Note that Edge Functions also supports importing private NPM packages (which can be published on any registry).
Check the Managing dependencies guide to learn more about how to configure and use external dependencies in your Edge Functions.
Beta Was this translation helpful? Give feedback.
All reactions