We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17fe06b commit 6d744a8Copy full SHA for 6d744a8
npm-packages/dashboard/checkBigBrain.mjs
@@ -6,6 +6,7 @@ import { spawnSync } from "child_process";
6
import dotenv from "dotenv";
7
8
dotenv.config({ path: ".env.development" });
9
+dotenv.config({ path: ".env.local" });
10
11
if (!process.env.WORKOS_API_SECRET) {
12
console.error(
0 commit comments