audiogram-beta/deno.json
2022-11-29 23:15:44 -05:00

7 lines
182 B
JSON

{
"tasks":
{
"fs": "deno run -A --no-lock https://deno.land/std@0.166.0/http/file_server.ts",
"test": "deno test test/store_test.js --no-lock --watch"
}
}