SPA mode when deployed with SST
I have tried to deploy with
spa: { enabled: true } but the deployment hangs after Client and Server bundles for TanStack Start have been successfully built.Also I have tried to disable
prerender but it is still attempting to prerender the shellI have a loader on my
/ route which I want to be run on the client, but not when creating the SPA shell. Should I just door something along them lines?