From 69e92fd9be677a0b985026f2b5ffb5e58d524319 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Sun, 02 Mar 2025 16:50:33 +0000 Subject: [PATCH] rename some files --- lexicons/app/bsky/actor/defs.json | 0 lexicons/app/bsky/actor/profile.json | 0 packages/appview/src/lib/hydrate.ts | 0 packages/appview/src/routes.ts | 2 +- 4 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/lexicons/app/bsky/profile/defs.json b/lexicons/app/bsky/actor/defs.json rename from lexicons/app/bsky/profile/defs.json rename to lexicons/app/bsky/actor/defs.json --- a/lexicons/app/bsky/profile/defs.json +++ b/lexicons/app/bsky/actor/defs.json diff --git a/lexicons/app/bsky/profile/profile.json b/lexicons/app/bsky/actor/profile.json rename from lexicons/app/bsky/profile/profile.json rename to lexicons/app/bsky/actor/profile.json --- a/lexicons/app/bsky/profile/profile.json +++ b/lexicons/app/bsky/actor/profile.json diff --git a/packages/appview/src/lib/status.ts b/packages/appview/src/lib/hydrate.ts rename from packages/appview/src/lib/status.ts rename to packages/appview/src/lib/hydrate.ts --- a/packages/appview/src/lib/status.ts +++ b/packages/appview/src/lib/hydrate.ts diff --git a/packages/appview/src/routes.ts b/packages/appview/src/routes.ts --- a/packages/appview/src/routes.ts +++ b/packages/appview/src/routes.ts @@ -9,7 +9,7 @@ import { getIronSession, SessionOptions } from 'iron-session' import type { AppContext } from '#/index' import { env } from '#/lib/env' -import { statusToStatusView } from '#/lib/status' +import { statusToStatusView } from '#/lib/hydrate' type Session = { did: string } -- tangled.sh