deno icon indicating copy to clipboard operation
deno copied to clipboard

Deno builder?

Open mashaal opened this issue 3 years ago • 1 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?

mashaal avatar Oct 26 '21 02:10 mashaal

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.

TooTallNate avatar Nov 24 '21 22:11 TooTallNate