@ersc/vercel
v0.2.0
Published
Vercel deployment adapter for effective-rsc
Downloads
323
Maintainers
Readme
@ersc/vercel
Vercel deployment packaging for effective-rsc on Bun 1.4+.
The @ersc/vercel version must match the installed effective-rsc version. Install it and package the build:
bun add --dev @ersc/vercel
bunx ersc build --adapter @ersc/vercelThis generates .vercel/output/ with a Bun function, traced dependencies, and copied assets.
No custom server entry or vercel.json is needed. Connect the repository in the Vercel dashboard
with the Other preset. See the deployment guide
for build settings and monorepos.
Public asset symlinks are copied as content, including targets outside the app. Broken or cyclic
links fail packaging. Computed file reads may escape tracing; local databases are not persistent.
Plain ersc build skips packaging and leaves previous deployment output untouched.
See the hello-world example.
