customer_review/deno.json

6 lines
59 B
JSON
Raw Permalink Normal View History

2023-12-04 12:09:51 -05:00
{
"tasks": {
"dev": "deno run --watch main.ts"
}
}