How to run functions in Nuxt3 with an existing _workers.js + functions folder?

Im currently building a Nuxt3 project for use on CF pages using the flag NITRO_PRESET=cloudflare_pages during build, else it won’t work after deployment. The issue is that it creates a _worker.js file which causes the functions folder to be ignored. Is there some way to run both simultaneously? It would be difficult for me to add the functions into a single _worker.js file, not to mention this is generated by the framework itself meaning i’d have to modify core framework files. This has been making me pull my hair out, does anyone know of a reasonable solution for this?