With nuxt v5 / nitro v3, #imports is no longer created by default resulting in build errors of the type:
[MISSING_EXPORT] Error: "useRuntimeConfig" is not exported by "#imports".
╭─[ node_modules/.pnpm/nuxt-auth-utils@0.5.29_argon2@0.44.0_magicast@0.5.2/node_modules/nuxt-auth-utils/dist/runtime/server/lib/oauth/apple.js:5:10 ]
│
5 │ import { useRuntimeConfig } from "#imports";
│ ────────┬───────
│ ╰───────── Missing export
See also nuxt/nuxt#34282
With nuxt v5 / nitro v3,
#importsis no longer created by default resulting in build errors of the type:See also nuxt/nuxt#34282