We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Start
When I use npm run build --preset vercel, result is 404 Not found
npm run build --preset vercel
This approach works:
server: { preset: 'vercel', },
https://github.com/tanstack/router/tree/main/examples/react/start-basic-react-query
It should just work
No response
The text was updated successfully, but these errors were encountered:
is the preset param documented anywhere?
Sorry, something went wrong.
https://tanstack.com/start/latest/docs/framework/react/hosting
No branches or pull requests
Which project does this relate to?
Start
Describe the bug
When I use
npm run build --preset vercel
, result is 404 Not foundThis approach works:
Your Example Website or App
https://github.com/tanstack/router/tree/main/examples/react/start-basic-react-query
Steps to Reproduce the Bug or Issue
npm run build --preset vercel
Expected behavior
It should just work
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: