a minimal CLI toolkit for working with last.fm scrobbles
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: permission handling in `deno.json`

Lívia (May 17, 2026, 9:41 AM -0300) 9c4cc2c1 e0b96b87

+8
+8
deno.json
··· 20 20 "lineWidth": 120, 21 21 "exclude": ["./third-party"] 22 22 }, 23 + "permissions": { 24 + "default": { 25 + "env": true, 26 + "net": true, 27 + "read": true, 28 + "write": true 29 + } 30 + }, 23 31 "lint": { 24 32 "rules": { 25 33 "tags": ["recommended"],