Skip to content

Commit feb566d

Browse files
author
Nap Joseph Calub
committed
feat: remove extra stuff
1 parent 83346af commit feb566d

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, examplePath: null, allowEmptyValues: true });
8+
await dotenv.load({ export: true });
99

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

0 commit comments

Comments
 (0)