`nuxt-doctor/server-routes/validate-body-with-h3-v2`

warn-severity server-routes rule from doctor. Active in the recommended preset.

warn · server-routes · source: doctor · ✅ yes (recommended preset)

nuxt-doctor/server-routes/validate-body-with-h3-v2 is a warn-severity server-routes rule from doctor. Active in the recommended preset.

Disable / configure

doctor.config.ts
import { defineConfig } from '@geoql/doctor-core';

export default defineConfig({
  rules: {
    'nuxt-doctor/server-routes/validate-body-with-h3-v2': 'warn', // or false to silence
  },
});

See the category overview for the full rule catalogue.