fix: load global .env fallback

This commit is contained in:
Peter Steinberger
2026-01-05 00:41:36 +01:00
parent aa45f512f4
commit 77b19643e2
6 changed files with 107 additions and 4 deletions

View File

@@ -34,8 +34,8 @@ async function main() {
await patchBunLongForProtobuf();
const { default: dotenv } = await import("dotenv");
dotenv.config({ quiet: true });
const { loadDotEnv } = await import("../infra/dotenv.js");
loadDotEnv({ quiet: true });
const { ensureClawdbotCliOnPath } = await import("../infra/path-env.js");
ensureClawdbotCliOnPath();