deno.json
{ "tasks": { "dev": "deno run -P jsr:@std/http/file-server" }, "permissions": { "default": { "read": true, "net": true, "sys": { "allow": [ "networkInterfaces" ] } } }, "imports": { "@std/http": "jsr:@std/http@^1.0.21" } }
Join the Discord to continue the conversation
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934 Members