Skip to content

Commit e5172df

Browse files
authored
feat: update dev.ts
1 parent 770a0ff commit e5172df

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

dev.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
import dev from "$fresh/dev.ts";
44
import config from "./fresh.config.ts";
55

6-
import "$std/dotenv/load.ts";
6+
import { load } from "jsr:@std/dotenv@0.225.5";
7+
8+
await load({ export: true });
79

810
await dev(import.meta.url, "./main.ts", config);

0 commit comments

Comments
 (0)