aboutsummaryrefslogtreecommitdiff
path: root/dev.ts
blob: 2d85d6c183cfb3eff78e1f8cd178d1023813d719 (plain)
1
2
3
4
5
#!/usr/bin/env -S deno run -A --watch=static/,routes/

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

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