Skip to content

Commit 6d744a8

Browse files
nipunn1313Convex, Inc.
authored andcommitted
Fix checkBigBrain.mjs for just run-dash (#40044)
GitOrigin-RevId: 98ce481967e3b0d1f35a8180640657f8c6429e83
1 parent 17fe06b commit 6d744a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

npm-packages/dashboard/checkBigBrain.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { spawnSync } from "child_process";
66
import dotenv from "dotenv";
77

88
dotenv.config({ path: ".env.development" });
9+
dotenv.config({ path: ".env.local" });
910

1011
if (!process.env.WORKOS_API_SECRET) {
1112
console.error(

0 commit comments

Comments
 (0)