We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c3644e commit cc799baCopy full SHA for cc799ba
1 file changed
deno.json
@@ -1 +1,5 @@
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