`buildRouter` already setup it's own fastify-multipart, so i can't do it again on my own, because it throws an error: `FastifyError [Error]: The decorator 'multipartErrors' has already been added!` that's alright, but in that way i can' pass my custom params. my solution is to add a param `disableMultipart` or something like that