tmcw / bookish

https://bookish.tech/
14 stars 0 forks source link

Unify with API code #1

Open tmcw opened 5 years ago

tmcw commented 5 years ago

With fancy new zeit v2, there's no need for bookish-api and bookish separation - you deploy a lambda per route, so there'll be no blocking between the two.

Main TODO here is figuring out how this works in development. I can't find any zeit now examples that show how you can figure out how now.json will work before you deploy it.

tmcw commented 5 years ago

Upstream for the necessary dev environment to test this: https://github.com/zeit/now-cli/pull/1883