We are using Vite for our frontend (inside SvelteKit) and it works nicely with creating SSR and frontend code.
I especially like the prebundling of 3rd party packages via esbuild.
Can someone tell me if it’s possible to use the Vite bundling pipeline for a backend-only project (nodejs server based on koa)?