Results 2 issues of Wong Saang

### Environment Nuxt ### Reproduction This is the code for the server middleware in my Nuxt project: ``` export default defineEventHandler((event) => { if (event.node.req.url.startsWith('/api/')) { return proxyRequest( event, (process.env.SERVER_DOMAIN...

bug
nuxt
proxy

### What happened? In v4.15.0, the browser console reports an error: Uncaught (in promise) ReferenceError: exports is not defined. Rolling back to a previous version is fine. ### Reproduction steps...