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 d983a16 commit 5cc9b86Copy full SHA for 5cc9b86
deno.json
@@ -1,7 +1,7 @@
1
{
2
"tasks": {
3
- "start": "deno run -A debug.ts",
4
- "debug": "deno run --inspect-brk -A debug.ts",
+ "start": "deno run -A main.ts",
+ "debug": "deno run --inspect-brk -A main.ts",
5
"format": "deno fmt",
6
"lint": "deno lint",
7
"test": "ENV_TYPE=test deno test --allow-env"
0 commit comments