mirror of
https://github.com/denoland/deno.git
synced 2025-02-05 06:05:54 -05:00
![Ryan Dahl](/assets/img/avatar_default.png)
- 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"
|
|
}
|
|
}
|