Skip to content

Commit 12d1aee

Browse files
author
Nap Joseph Calub
committed
feat: remove example path
1 parent c53ee8c commit 12d1aee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/migrations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import * as dotenv from "$std/dotenv/mod.ts";
55
import { RecordId, Surreal } from "surrealdb";
66

77
// --- LOAD ENV ---
8-
await dotenv.load({ export: true, allowEmptyValues: true });
8+
await dotenv.load({ export: true, examplePath: null });
99

1010
// --- CONFIG ---
1111
const SURREALDB_PROTOCOL = Deno.env.get("SURREALDB_PROTOCOL");

0 commit comments

Comments
 (0)