@actuate-media/platform-vercel
v0.0.13
Published
Vercel infrastructure adapter for [Actuate CMS](https://github.com/actuate-media/actuatecms): file storage via Vercel Blob, rate limiting via Upstash Redis, and transactional email via Resend.
Readme
@actuate-media/platform-vercel
Vercel infrastructure adapter for Actuate CMS: file storage via Vercel Blob, rate limiting via Upstash Redis, and transactional email via Resend.
npm install @actuate-media/platform-vercelUsage
import { vercelPlatform } from '@actuate-media/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
