Hi team! π New to start and this ecosystem!
I was playing around with Astro for the last few weeks and noticed that they have a really cool package that let us "boot" (let's say: warm) whatever it is necessary before the server is ready to accept requests (let's say load something into memory or warm up JS, warm up cache, warm up whatever is necessary). Check here. It's on top of Vite. This is particularly useful in SSR while using node.js.
How do you guys recommend to do something similar using Tanstack Start? That will add a lot of value to TSS as a full framework π
Thank you π