@sidequest/engine
Version:
@sidequest/engine is the core engine of SideQuest, a distributed background job processing system for Node.js and TypeScript.
8 lines (5 loc) • 296 B
JavaScript
import path from 'path';
const DEFAULT_WORKER_PATH = path.resolve(import.meta.dirname, "workers", "main.js");
const DEFAULT_RUNNER_PATH = path.resolve(import.meta.dirname, "shared-runner", "runner.js");
export { DEFAULT_RUNNER_PATH, DEFAULT_WORKER_PATH };
//# sourceMappingURL=constants.js.map