I am turning my web application built with Nuxt into a Nuxt Module. My goal is to publish my package on NPM. I am following this guide for creating my module however I cannot find information on how to include custom server middleware that contains an API request. Where should I store this middleware and how should I register it to my module?