[READ ONLY MIRROR] Spark Social AppView Server github.com/sprksocial/server
atproto deno hono lexicon
5
fork

Configure Feed

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

fix env import

+1 -1
+1 -1
services/appview/src/well-known.ts
··· 1 1 import { Hono } from 'hono' 2 - import { env } from './env' 2 + import { env } from './env.js' 3 3 import { Secp256k1Keypair, formatMultikey, randomStr } from '@atproto/crypto' 4 4 5 5 const wellKnownRouter = () => {