Skip to content

Commit cc799ba

Browse files
committed
chore: add serve task
1 parent 4c3644e commit cc799ba

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

deno.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
{}
1+
{
2+
"tasks": {
3+
"serve": "deno run --allow-net=localhost:8000 --allow-read=. --watch jsr:@std/http@1.0.25/file-server --host localhost"
4+
}
5+
}

0 commit comments

Comments
 (0)