simonw / datasette-publish-vercel

Datasette plugin for publishing data using Vercel
Apache License 2.0
44 stars 7 forks source link

Use the new File System API #52

Closed styfle closed 2 years ago

styfle commented 2 years ago

Vercel has introduced a new API for creating deployments https://vercel.com/docs/file-system-api

This would be a great fit for Datasette because it creates a transparent .output directory rather than relying on generating a vercel.json or relying on custom builds.

@simonw Are you interested?

styfle commented 2 years ago

Closing in favor of #59