Skip to content

Commit

Permalink
fix: build process
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Aug 21, 2023
1 parent f2933c2 commit 6eeb6fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ import dev from "$fresh/dev.ts";
import config from "./fresh.config.ts";

await dev(import.meta.url, "./main.ts", config);
Deno.exit(0);

0 comments on commit 6eeb6fd

Please sign in to comment.