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

https://github.com/ream/vercel-builder

Vercel builder for Ream
https://github.com/ream/vercel-builder

Last synced: about 1 year ago
JSON representation

Vercel builder for Ream

Awesome Lists containing this project

README

          

# @ream/vercel-builder

In `vercel.json`:

```json
{
"builds": [
{
"src": "ream.config.js",
"use": "@ream/vercel-builder"
}
]
}
```

## License

MIT © [EGOIST](https://github.com/sponsors/egoist)