I have a question: When I use next-on-pages for my NextJS app. I have some API Route Handlers in my
I have a question: When I use next-on-pages for my NextJS app. I have some API Route Handlers in my next app. is it correct that next-on-pages will create a seperate worker for each API route handler when I deploy my nextjs app to Pages using next-on-pages?


