`nuxt-doctor/server-routes/createError-on-failure`

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

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

nuxt-doctor/server-routes/createError-on-failure 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/createError-on-failure': 'warn', // or false to silence
  },
});

See the category overview for the full rule catalogue.