Is it ok to have a _worker.js with over 1.5MB in size? it contains all my api calls which should preferrably as fast as they can. I use sveltekit and i cant seem to find anything that splits the files into spereate functions, from all i can see the adapter only puts everything in 1 _worker.js file.
Or should i be considering another way to have these workers functions?