We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a083c73 commit cd96d00Copy full SHA for cd96d00
1 file changed
deno.json
@@ -1,6 +1,6 @@
1
{
2
"tasks": {
3
- "start": "deno run --allow-run --allow-read --allow-hrtime src/main.ts",
+ "start": "deno run --allow-run --allow-read src/main.ts",
4
"test": "deno test --allow-run",
5
"test-cov": "deno test --allow-run --coverage=./cov && deno coverage --lcov ./cov > cov.lcov",
6
"lint": "deno lint",
0 commit comments