feat: resolve imports

This commit is contained in:
Rohit
2025-03-30 03:31:49 +05:30
parent 3c380252d9
commit b4e5f2c149

View File

@@ -22,7 +22,8 @@ import { encrypt, decrypt } from '../utils/auth';
import { WorkflowFile } from 'maxun-core';
import { Page } from 'playwright';
import { airtableUpdateTasks, processAirtableUpdates } from '../workflow-management/integrations/airtable';
import { cancelScheduledWorkflow, pgBoss, scheduleWorkflow } from '../pgboss-worker';
import { cancelScheduledWorkflow, scheduleWorkflow } from '../schedule-worker';
import { pgBoss } from '../pgboss-worker';
chromium.use(stealthPlugin());
export const router = Router();