Hello, I know that this topic has been questioned a lot. but I have try to look into those threads, but still cant found any solution.
I also have check : https://tanstack.com/start/latest/docs/framework/react/guide/hosting#nodejs--docker
So when I run pnpm build, I got a dist folder with client and server inside it, but all of the docs is .output. So I think I'm just going to direct node .output/server/server.mjs to node dist/server/server.js.
But after I change it, it doesnt even start.
But I try to use pnpm build then pnpm preview, it works.
What did I missed here? thank you
