mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -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>
5 lines
No EOL
50 B
JSON
5 lines
No EOL
50 B
JSON
{
|
|
"exports": {
|
|
".": "./mod.ts"
|
|
}
|
|
} |