simple list of pds servers with open registration
1
fork

Configure Feed

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

at 79bba856868ee0c01cc22b6287d6a805987437a2 26 lines 808 B view raw
1{ 2 "$schema": "https://raw.githubusercontent.com/denoland/deno/348900b8b79f4a434cab4c74b3bc8d4d2fa8ee74/cli/schemas/config-file.v1.json", 3 "lock": false, 4 "compilerOptions": { 5 "noImplicitAny": false, 6 "strict": false, 7 "types": ["https://www.val.town/types/valtown.d.ts"], 8 "lib": [ 9 "dom", 10 "dom.iterable", 11 "dom.asynciterable", 12 "deno.ns", 13 "deno.unstable" 14 ] 15 }, 16 "lint": { 17 "include": ["**/*.ts"], 18 "rules": { "exclude": ["no-explicit-any", "no-import-prefix"] } 19 }, 20 "node_modules_dir": false, 21 "tasks": { 22 "check": "deno check --allow-import backend/index.http.ts cron/refresh.cron.ts", 23 "test": "deno test --allow-net --allow-read --allow-import", 24 "deploy": "deno fmt && deno lint && deno task check && deno task test && vt push" 25 } 26}