1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00
denoland-deno/tests/specs/task/both_no_arg/deno.json

7 lines
107 B
JSON
Raw Normal View History

{
"tasks": {
"output": "deno eval 'console.log(1)'",
"other": "deno eval 'console.log(2)'"
}
}