diff options
-rw-r--r-- | deno.json | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,4 +3,7 @@ "lodash": "https://esm.sh/[email protected]", "./": "./" } + "tasks": { + "start": "deno run --allow-net --allow-read --allow-sys index.js" + } } |