CoreTextPlace/.zed/tasks.json
2024-12-29 23:13:14 +08:00

10 lines
133 B
JSON

[
{
"label": "Test",
"command": "deno test"
},
{
"label": "Test - Watch",
"command": "deno test --watch"
}
]