We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27fd4dd commit 1b597efCopy full SHA for 1b597ef
deno.json
@@ -20,8 +20,7 @@
20
"tasks": {
21
"check": "deno check src/server.ts",
22
"test": "deno test --allow-read --allow-env --allow-net",
23
- "start": "deno run --unstable-otel --allow-read --allow-env --allow-net --allow-sys --allow-run --allow-scripts ./src/server.ts",
24
- "check-deps": "deno run -A jsr:@check/deps"
+ "start": "deno run --unstable-otel --allow-read --allow-env --allow-net --allow-sys --allow-run --allow-scripts ./src/server.ts"
25
},
26
"nodeModulesDir": "auto"
27
}
0 commit comments