Fix bullmq import for ESM SSR compatibility (use default import)

This commit is contained in:
2026-05-16 14:36:45 +02:00
parent 528045c25e
commit 31503624f6
+2 -1
View File
@@ -1,4 +1,5 @@
import { Queue, Worker, QueueScheduler } from "bullmq"; import pkg from "bullmq";
const { Queue, Worker, QueueScheduler } = pkg;
import IORedis from "ioredis"; import IORedis from "ioredis";
import { OpenRouterClient } from "./openrouter"; import { OpenRouterClient } from "./openrouter";
import { TradingGraph } from "../agents/tradingGraph"; import { TradingGraph } from "../agents/tradingGraph";