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
- Host: GitHub
- URL: https://github.com/ream/vercel-builder
- Owner: ream
- Created: 2021-03-03T09:01:49.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-26T09:47:49.000Z (about 5 years ago)
- Last Synced: 2025-02-16T05:42:05.149Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)