vercel / fun

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

fix: usage of `uuid` that uses `Math.random()` #102

Closed hamirmahal closed 6 months ago

hamirmahal commented 6 months ago

fixes https://github.com/vercel/vercel/issues/11263.

TooTallNate commented 6 months ago

Thanks for the PR. We ended up going with #99 instead.

hamirmahal commented 6 months ago

You're welcome.