Add a serve
field to deno.json
to specify the serve entry
#25523
Labels
suggestion
suggestions for new features (yet to be agreed)
How about adding a new field
serve
todeno.json
to specify the serve entry?// deno.json { + "serve": "source/app.ts" }
After this users should be able to start the service directly by running
deno serve
.This is more convenient than a
deno task serve
. We can also adddeno serve
optional support indeno.json
likedeno fmt
does.What do you think?
The text was updated successfully, but these errors were encountered: