vercel / fun

ƒun - Local serverless function λ development runtime
Apache License 2.0
482 stars 26 forks source link

Add ZEIT_FUN_NODE_MIRROR ENV for node.js tarball mirror support #31

Closed luoyjx closed 4 years ago

luoyjx commented 5 years ago

This feature will be good for me :)

TooTallNate commented 5 years ago

I am potentially ok with this change, however it needs a test case.

luoyjx commented 5 years ago

@TooTallNate Thanks for replying! I rename the ENV from 'ZEIT_FUN_MIRRORS_NODE' to 'ZEIT_FUN_NODE_MIRROR' and add test for this feature.