Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change to oxlint
  • Loading branch information
s1gr1d committed Mar 20, 2026
commit c55fac92d69d7364cbaa04d359e436ec8894f0d1
2 changes: 1 addition & 1 deletion packages/nuxt/src/runtime/plugins/handler.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { patchEventHandler } from '../utils/patchEventHandler';
*/
export default ((nitroApp: NitroApp) => {
if (nitroApp?.h3?.handler) {
// eslint-disable-next-line @typescript-eslint/unbound-method
// oxlint-disable-next-line @typescript-eslint/unbound-method
nitroApp.h3.handler = patchEventHandler<EventHandler>(nitroApp.h3.handler);
}
}) satisfies NitroAppPlugin;
Loading