mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
a6b5d05311
Updates `deno init` subcommand to create a `deno.json` when initializing a new project. Slightly changes the output, to make it more readable.
5 lines
59 B
JSON
5 lines
59 B
JSON
{
|
|
"tasks": {
|
|
"dev": "deno run --watch main.ts"
|
|
}
|
|
}
|