Skip to content

Commit 35ce4f7

Browse files
committed
chore: remove unused --watch flag
1 parent 3d40466 commit 35ce4f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"tasks": {
3-
"dev": "deno run --allow-net=localhost:8000 --allow-read=. --watch jsr:@std/http@1.0.25/file-server --host localhost"
3+
"dev": "deno run --allow-net=localhost:8000 --allow-read=. jsr:@std/http@1.0.25/file-server --host localhost"
44
}
55
}

0 commit comments

Comments
 (0)