@prenta/platform-vercel
v0.1.0
Published
Vercel infrastructure adapter for [Prenta CMS](https://github.com/actuate-media/prenta): file storage via Vercel Blob, rate limiting via Upstash Redis, and transactional email via Resend.
Readme
@prenta/platform-vercel
Vercel infrastructure adapter for Prenta CMS: file storage via Vercel Blob, rate limiting via Upstash Redis, and transactional email via Resend.
npm install @prenta/platform-vercelUsage
import { vercelPlatform } from '@prenta/platform-vercel'
export default defineConfig({
platform: vercelPlatform(),
// ...
})Required environment variables: BLOB_READ_WRITE_TOKEN,
UPSTASH_REDIS_REST_URL, UPSTASH_REDIS_REST_TOKEN, RESEND_API_KEY.
Release notes
See CHANGELOG.md (shipped with the package) or the GitHub releases.
License
MIT
