Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tootallnate/deno-build-script


https://github.com/tootallnate/deno-build-script

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

Example of using a build script written in Deno to output Vercel Build Output API v3.

To create a deployment from source code:

```bash
$ vercel deploy -b ENABLE_VC_BUILD=1
```

To create a deployment locally:

```bash
$ vercel build
# `.vercel/output` directory is created
$ vercel deploy --prebuilt
```