We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770a0ff commit e5172dfCopy full SHA for e5172df
1 file changed
dev.ts
@@ -3,6 +3,8 @@
3
import dev from "$fresh/dev.ts";
4
import config from "./fresh.config.ts";
5
6
-import "$std/dotenv/load.ts";
+import { load } from "jsr:@std/dotenv@0.225.5";
7
+
8
+await load({ export: true });
9
10
await dev(import.meta.url, "./main.ts", config);
0 commit comments