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