vercel-community / deno

🦕 Deno runtime for ▲ Vercel Serverless Functions

Home Page:https://vercel-deno.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deno builder?

mashaal opened this issue · comments

I have a Deno build script which outputs static files to .vercel_build_output/static -- is it possible to use this in vercel's build runtime when deploying?

Hey @mashaal, cool to hear you're interested in the filesystem output API. Should definitely be possible to invoke a Deno script at build time.

You'll probably be interested in the new API that's currently in beta here: https://vercel.com/docs/file-system-api

Also see #94 (WIP) which refactors this package into a "Plugin" which outputs the necessary file structure for the new Filesystem API.