You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I install the Vercel adapter via "astro add vercel", it adds the Vercel adapter to package.json and to the astro.config. When starting the project (e.g. via vercel dev), Astro complains:
[@astrojs/vercel] output: "server" is required to use the serverless adapter.
Link to Minimal Reproducible Example
Participation
I am willing to submit a pull request for this issue.
The text was updated successfully, but these errors were encountered:
What version of
astro
are you using?1.0.3
Are you using an SSR adapter? If so, which one?
Vercel
What package manager are you using?
npm
What operating system are you using?
Linux
Describe the Bug
When I install the Vercel adapter via "astro add vercel", it adds the Vercel adapter to package.json and to the astro.config. When starting the project (e.g. via vercel dev), Astro complains:
[@astrojs/vercel]
output: "server"is required to use the serverless adapter.
Link to Minimal Reproducible Example
Participation
The text was updated successfully, but these errors were encountered: