Skip to content

Commit

Permalink
dedupe
Browse files Browse the repository at this point in the history
  • Loading branch information
sndrs committed Apr 28, 2023
1 parent 10733ba commit 45c2a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const watch = async (

await _rebuild();

serve(create_handler({ base: base, out_dir }), { port: 4507 });
serve(create_handler({ base, out_dir }), { port: 4507 });

const watcher = Deno.watchFs(site_dir);
let timeout;
Expand Down

0 comments on commit 45c2a05

Please sign in to comment.