mirror of
https://github.com/gosticks/fresh.git
synced 2026-06-29 04:40:03 +00:00
Since Deno 1.23.0, `--no-check` has become the default type checking mode for `deno run`. As such, we don't need to specify this flag anymore.
6 lines
130 B
TypeScript
Executable File
6 lines
130 B
TypeScript
Executable File
#!/usr/bin/env -S deno run -A --watch=static/,routes/
|
|
|
|
import dev from "$fresh/dev.ts";
|
|
|
|
await dev(import.meta.url, "./main.ts");
|