poketo / poketo-reader

Web app for reading and following manga series
https://poketo.app
MIT License
34 stars 10 forks source link

Migrate to Now 2.0 #33

Closed rosszurowski closed 5 years ago

rosszurowski commented 5 years ago

This PR moves the poketo api to Now's 2.0 platform which is a serverless model, and is much more suited to Poketo's use-cases.

Took a bit of fiddling to get it working, and right now it's using the @now/node-server@canary builder to support a now-build script. Once this version is published, it'd be wise to update the dependency to not use the canary version.