mirror of
https://github.com/denoland/deno.git
synced 2024-11-29 16:30:56 -05:00
f76bfbbe33
- Don't include benchmark file - most people won't need this. - Use deno.json instead of deno.jsonc, because it's a more common file format.
5 lines
59 B
JSON
5 lines
59 B
JSON
{
|
|
"tasks": {
|
|
"dev": "deno run --watch main.ts"
|
|
}
|
|
}
|