Is it possible to run SSR with code-based router?
Didn't find anyinformation about limitations of code-based router in documentation. But it looks like when I try to use SSR it tries to generate routeTree from files anyway, and of course there is no __root file and I get such error.
Did anybody tried code-based router with ssr?