Skip to content

Commit

Permalink
add dev.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
deer committed Jan 11, 2024
1 parent c4f1501 commit a250a70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dev.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env -S deno run -A --watch=static/,routes/

import dev from "$fresh/dev.ts";
import config from "./fresh.config.ts";

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

0 comments on commit a250a70

Please sign in to comment.