workflow-engine-vendor.js 332 B

1234567
  1. import path from 'path';
  2. import { fileURLToPath } from 'url';
  3. const __dirname = path.dirname(fileURLToPath(import.meta.url));
  4. export const WORKFLOW_ENGINE_VENDOR_DIR = path.resolve(__dirname, '../../.codex/vendor/VL-Workflow-Engine');
  5. export const WORKFLOW_ENGINE_VENDOR_ENTRY = path.join(WORKFLOW_ENGINE_VENDOR_DIR, 'index.js');