ls-deno/dev.ts

8 lines
170 B
TypeScript
Raw Normal View History

2022-09-27 14:41:17 -05:00
#!/usr/bin/env -S deno run -A --watch=static/,routes/
2022-11-09 16:55:27 -06:00
Deno.env.set("DEVELOPMENT_MODE", "1");
2022-09-27 14:41:17 -05:00
import dev from "$fresh/dev.ts";
await dev(import.meta.url, "./main.ts");