Tester was failing with ENOENT because cwd pointed to /home/azureuser/repos/packages/pulse (nonexistent) instead of /home/azureuser/repos/pulse/packages/pulse.
This commit is contained in:
@@ -27,7 +27,7 @@ import { createWorkflowRule } from '../workflows/workflow-rule-adapter.js';
|
||||
|
||||
// ── Config ─────────────────────────────────────────────────────
|
||||
|
||||
const REPO_DIR = join(import.meta.dir, '../../../../..');
|
||||
const REPO_DIR = join(import.meta.dir, '../../../..');
|
||||
const DATA_DIR = join(homedir(), '.upulse/scopes');
|
||||
const TICK_INTERVAL_MS = 30_000; // 30 seconds
|
||||
|
||||
|
||||
Reference in New Issue
Block a user