Crawlee Router as a folder with different files for each Handler
Is it possible to create a folder named
routes in my project and then construct export const router in index.ts file by adding all my handlers from different files?Like this
And if this is possible, what should be the type of the handler in a separate file?
