Config files for my server. Except not my secrets
2
fork

Configure Feed

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

at ddc02eeee4813f6f4dd4e82bafe9aeb144f81dc9 8 lines 182 B view raw
1{ 2 "tasks": { 3 "dev": "deno run --allow-net --unstable-temporal --unstable-raw-imports --allow-env --watch ./src/index.ts" 4 }, 5 "imports": { 6 "zod": "npm:zod@^4.1.13" 7 } 8}