Dave Berning
Dave Berning
@derz well the point of this module is to have control over rewrites when you don’t have access to server configurations. Dipping into Nginx configs defeats the whole purpose of...
Hey @yoann54. I've exhausted this route. I also tried writing `serverMiddleware` to do the redirect with the `nuxt` service. Nothing worked but creating an Express server instance did. You need...
Hi Monchi, yes of course! I'll add TSX support. I'll let you know when it's merged into the next release!
I'm hesitant to do this. I personally like to see something working as I start a new project; almost solidifying best practices of the template. Do you find that it's...
> Declare the return type worked for me as well... But such strange behavior. Same here. Odd behavior but it works nonetheless. I supposed having a return in TypeScript never...