export default defineEventHandler(async (event) => { console.log('[Middleware] Incoming request:', event.path) })