// Empty stand-in for the `server-only` package inside the worker runtime. // `server-only` throws when imported outside Next's RSC bundler; BullMQ workers // are legitimate server code running under plain Node/tsx, so we neutralize it. // Scoped to the worker process via jobs/bootstrap.ts — Next keeps the real guard. module.exports = {};