audiogram-beta/deno.json
2022-12-03 19:05:26 -05:00

8 lines
260 B
JSON

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