mirror of
https://github.com/denoland/deno.git
synced 2024-11-29 16:30:56 -05:00
ffe1bfd54c
This commit adds "--serve" flag to "deno init" subcommand, that provides a template for quick starting a project using "deno serve". --------- Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
8 lines
97 B
JSON
8 lines
97 B
JSON
{
|
|
"scope": "std",
|
|
"name": "http",
|
|
"latest": "1.0.0",
|
|
"versions": {
|
|
"1.0.0": {}
|
|
}
|
|
}
|