-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vercel not detecting .vercel_build_output (svelte-kit) when building with turbo #208
Comments
Set turbo to run from the root directory with something like: |
@jaredpalmer hi there, thank you for your answer. I'm running it from the root directory. If you check the screenshot above you'll see the that root directory is "./". I've tried to The .vercel_build_output is there but vercel is not doing anything with it: This is what is missing from the pipeline with turbo
Thanks |
You can remove build output and install commands, I think vercel should infer those and solve the problem |
You're 100% correct. Thank you again. |
What version of Turborepo are you using?
1.0.6
Describe the Bug
For some reason Vercel is not detecting the
.vercel_build_output
content and generating the serverless functions/routes/static files accordingly.I've set up 2 projects on Vercel using the same repository, one is building the frontend app with svelte-kit and the other one with turborepo. Check the screenshots:
Expected Behavior
To get Vercel detecting the build generated by turbo.
To Reproduce
Thank you!
The text was updated successfully, but these errors were encountered: