diff --git a/src/server.ts b/src/server.ts index 308ddc8..607d89e 100644 --- a/src/server.ts +++ b/src/server.ts @@ -1,7 +1,12 @@ -import { Bun } from 'bun'; +/// import { CommandService } from './services/command'; import { ResponseQueue } from './services/response-queue'; +// Bun is available globally when running under Bun runtime +declare global { + var Bun: typeof import('bun'); +} + const PORT = 3007; type WebhookPayload = {