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
We might want to vendor deno dependencies for production environments, and we can ensure that the scripts don't reach out in production for deps by adding support for --no-remote to the run command.
We might want to vendor deno dependencies for production environments, and we can ensure that the scripts don't reach out in production for deps by adding support for
--no-remote
to the run command.For more information.
https://deno.com/[email protected]/tools/vendor
The text was updated successfully, but these errors were encountered: