Build Electron main against core output
Some checks failed
Codex Template Compliance / compliance (push) Successful in 5s
Build / build (push) Failing after 43s
Release Dry Run / release-dry-run (push) Failing after 41s

This commit is contained in:
2026-06-19 01:15:51 +02:00
parent def9b751a1
commit 7fb3bd8414
2 changed files with 3 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ import {
probeOpenAiCompatibleProvider,
runAgent,
updateBrainItem
} from "@coworker/core";
} from "../../../packages/core/dist/index.js";
const __dirname = path.dirname(fileURLToPath(import.meta.url));
const rendererDir = path.resolve(__dirname, "../dist");