From 7ffee0b32ac3bdaac2c3309004f3d3110301dc5b Mon Sep 17 00:00:00 2001 From: tony Date: Thu, 5 Feb 2026 10:09:49 +0200 Subject: [PATCH] chore: delete --allow-hrtime --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index f007bff..941aa26 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "tasks": { - "start": "deno run --allow-run --allow-read --allow-hrtime src/main.ts", + "start": "deno run --allow-run --allow-read src/main.ts", "test": "deno test --allow-run", "test-cov": "deno test --allow-run --coverage=./cov && deno coverage --lcov ./cov > cov.lcov", "lint": "deno lint",