Highly ambitious ATProtocol AppView service and sdks
138
fork

Configure Feed

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

at 1246572f154a7fdfca4ef592631c4a113501d917 29 lines 1.1 kB view raw
1{ 2 "tasks": { 3 "start": "deno run -A --env-file=.env src/main.ts", 4 "dev": "deno run -A --env-file=.env --watch src/main.ts" 5 }, 6 "compilerOptions": { 7 "jsx": "react-jsx", 8 "jsxImportSource": "preact" 9 }, 10 "imports": { 11 "@shikijs/shiki": "jsr:@shikijs/shiki@^3.7.0", 12 "@slices/client": "jsr:@slices/client@^0.1.0-alpha.3", 13 "@slices/oauth": "../packages/oauth/mod.ts", 14 "@slices/session": "../packages/session/mod.ts", 15 "@slices/codegen": "../packages/codegen/src/mod.ts", 16 "@std/assert": "jsr:@std/assert@^1.0.14", 17 "marked": "npm:marked@^16.3.0", 18 "marked-highlight": "npm:marked-highlight@^2.2.2", 19 "preact": "npm:preact@^10.27.1", 20 "preact-render-to-string": "npm:preact-render-to-string@^6.5.13", 21 "typed-htmx": "npm:typed-htmx@^0.3.1", 22 "@std/http": "jsr:@std/http@^1.0.17", 23 "clsx": "npm:clsx@^2.1.1", 24 "tailwind-merge": "npm:tailwind-merge@^2.5.5", 25 "lucide-preact": "npm:lucide-preact@^0.544.0", 26 "@takumi-rs/helpers": "npm:@takumi-rs/helpers@^0.29.8", 27 "@takumi-rs/core": "npm:@takumi-rs/core@^0.29.8" 28 } 29}