/server folder
Hi!
I've just migrated my app from Nuxt 2 to Nuxt 3. Lots of things seems to work well, apart from auto registering some server logic.
I'd be happy to explicitly configure this instead of relying on file conventions but when I tried
I'm trying to run the simplest logic in
Nothing gets logged in CLI.
SSR otherwise is confirmed to work.
I'm at
My nitro nuxt config is
I tried commenting out the devProxy thinking it might interfere, but it's not it.
Any tips welcome I've been stuck on this for hours

I've just migrated my app from Nuxt 2 to Nuxt 3. Lots of things seems to work well, apart from auto registering some server logic.
/plugins/ignoreRouterWarnings.server.ts is not run on the server/server/middleware/test.ts is not run on the serverI'd be happy to explicitly configure this instead of relying on file conventions but when I tried
serverHandlers in nuxt config that completely borked my local server, the server became unknown hostI'm trying to run the simplest logic in
/server/middleware/test.ts :Nothing gets logged in CLI.
SSR otherwise is confirmed to work.
I'm at
"nuxt": "3.15.4"My nitro nuxt config is
I tried commenting out the devProxy thinking it might interfere, but it's not it.
Any tips welcome I've been stuck on this for hours
