Tanstack start deployment using bun.
Hi, I was following the documentation guide for deploying using bun: "https://tanstack.com/start/latest/docs/framework/react/guide/hosting#production-server-with-bun". Now when i run the bun run server.ts locally. It works fine. But when i deploy it on a server. I don't get anything. Here are my curl responses. I created a health route which works fine but the main app is not working.
curl response of index:
curl response on health route:
Hosting | TanStack Start React Docs
Hosting is the process of deploying your application to the internet so that users can access it. This is a critical part of any web development project, ensuring your application is available to the...
0 Replies