© 2026 Hedgehog Software, LLC
nuxt.hook('nitro:config', (nitroConfig) => { if (!nitroConfig.alias) return nitroConfig.alias['#queue-handlers'] = resolve('./runtime/server/handlers') nitroConfig.alias['#queue'] = resoleServer('./queues') nitroConfig.alias['#cron'] = resolve('./runtime/server/queues/cron') })
import { defineQueue } from '#queue-handlers'
ERROR [nitro] [uncaughtException] Cannot access 'defineQueue' before initialization