node_modules/bullmq/dist/esm/classes/child.js:2:23:
2 │ import { Worker } from 'worker_threads';
╵ ~~~~~~~~~~~~~~~~
The package "worker_threads" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error
node_modules/bullmq/dist/esm/classes/child.js:2:23:
2 │ import { Worker } from 'worker_threads';
╵ ~~~~~~~~~~~~~~~~
The package "worker_threads" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error