Fix hardcoded OpenClaw paths — use standard module resolution
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -31,8 +31,8 @@ export const LINKEDIN_MAX_MODAL_STEPS = 20;
|
||||
export const WELLFOUND_BASE = 'https://wellfound.com';
|
||||
|
||||
// --- Browser ---
|
||||
export const KERNEL_SDK_PATH = '/home/ubuntu/.openclaw/workspace/node_modules/@onkernel/sdk/index.js';
|
||||
export const DEFAULT_PLAYWRIGHT_PATH = '/home/ubuntu/.npm-global/lib/node_modules/playwright/index.mjs';
|
||||
export const KERNEL_SDK_PATH = '@onkernel/sdk';
|
||||
export const DEFAULT_PLAYWRIGHT_PATH = 'playwright';
|
||||
|
||||
// --- Search ---
|
||||
export const LINKEDIN_MAX_SEARCH_PAGES = 40;
|
||||
|
||||
Reference in New Issue
Block a user