Configurable link in bio starter kit easily deployed with Deno Deploy.
at main 19 lines 397 B view raw
1{ 2 "tasks": { 3 "dev": "deno run --allow-net --allow-read --allow-env --watch server.ts", 4 "start": "deno run --allow-net --allow-read --allow-env server.ts" 5 }, 6 "fmt": { 7 "useTabs": false, 8 "lineWidth": 80, 9 "indentWidth": 2, 10 "semiColons": true, 11 "singleQuote": false, 12 "proseWrap": "preserve" 13 }, 14 "lint": { 15 "rules": { 16 "tags": ["recommended"] 17 } 18 } 19}