A couple of Bluesky feeds focused around PDSes

Allow net access on feedgen

Changed files
+1 -1
+1 -1
deno.json
··· 10 10 "redis": "npm:redis@^5.8.2" 11 11 }, 12 12 "tasks": { 13 - "start-feedgen": "deno serve --no-prompt --env-file --allow-env --allow-ffi --allow-read --port=4000 feedgen.ts", 13 + "start-feedgen": "deno serve --no-prompt --env-file --allow-net --allow-env --allow-ffi --allow-read --port=4000 feedgen.ts", 14 14 "start-ingest": "deno serve --no-prompt --env-file --allow-net --allow-env --allow-ffi --allow-read --port=4001 ingest.ts" 15 15 } 16 16 }