Redis – sveltekit: how do I run startup/init code before anything else
The env: sveltekit 1.20.4 svelte 4.0.5 vite adapter-node How do I run startup code, before the server starts handling requests? I need to start multiple services before a single request is handled, and for it to happen when I start…