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
Which scope/s are relevant/related to the feature request?
vite-plugin-nitro
Information
Analog supports deploying to Vercel through a client-only app or SSR app deployed as a Vercel function.
If you want to deploy a fullstack app, you need to adjust the output directory to use Vercel's Build Output API, which is located in the .vercel directory at the root of the workspace.
Which scope/s are relevant/related to the feature request?
vite-plugin-nitro
Information
Analog supports deploying to Vercel through a client-only app or SSR app deployed as a Vercel function.
If you want to deploy a fullstack app, you need to adjust the output directory to use Vercel's Build Output API, which is located in the
.vercel
directory at the root of the workspace.Here's an example repo https://github.com/brandonroberts/analog-angular-vercel-example
We should adjust the output directory internally if the deployment provider is Vercel so it can be a low config deployment
Describe any alternatives/workarounds you're currently using
Adjust the build output in the Vite config
I would be willing to submit a PR to fix this issue
The text was updated successfully, but these errors were encountered: