Cannot access before initialization
I have a few custom nitro aliases setup:
My cron source file imports
It seems like some sort of registration timing or order but I can't see what.
My cron source file imports
import { defineQueue } from '#queue-handlers' but this is giving me the following error: ERROR [nitro] [uncaughtException] Cannot access 'defineQueue' before initializationIt seems like some sort of registration timing or order but I can't see what.