the statusphere demo reworked into a vite/react app in a monorepo

rename some files

Changed files
+1 -1
lexicons
app
bsky
packages
appview
lexicons/app/bsky/profile/defs.json lexicons/app/bsky/actor/defs.json
lexicons/app/bsky/profile/profile.json lexicons/app/bsky/actor/profile.json
packages/appview/src/lib/status.ts packages/appview/src/lib/hydrate.ts
+1 -1
packages/appview/src/routes.ts
··· 9 9 10 10 import type { AppContext } from '#/index' 11 11 import { env } from '#/lib/env' 12 - import { statusToStatusView } from '#/lib/status' 12 + import { statusToStatusView } from '#/lib/hydrate' 13 13 14 14 type Session = { did: string } 15 15