vercel / fun

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

fix: python3 bootstrap handler should be called only once #77

Closed stkevintan closed 2 years ago

stkevintan commented 2 years ago

fix #56

stkevintan commented 2 years ago

Hi, @styfle, could you help review this simple fix please? I believe most of the Windows users are blocked by this bug, thanks!

stkevintan commented 2 years ago

Looks good, thanks!

The repo is a little out of date because vercel dev usually calls startDevServer() instead of using this repo.

I see, but as I checked the current bit, python runtime hasn't implemented the startDevServer interface yet. perhaps I can contribute later on.

styfle commented 2 years ago

Something is wrong with CI 🤔 I created another PR to investigate (#78)