Skip to main content
Module

x/vixalien_deno_blog/deno.jsonc

Modified version of deno_blog just for me!
Go to Latest
File
{ "tasks": { "demo": "deno run --allow-net --allow-read --allow-env=NODE_DEBUG --watch --no-check testdata/my_blog.ts --dev", "test": "deno test --no-check=remote --allow-read" }}