naming cleanup and readme changes

This commit is contained in:
Devin Zuczek
2026-06-30 15:00:22 -04:00
parent 87581ddbcf
commit a6df6a435e
5 changed files with 78 additions and 11 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import type { SharedHonoEnv, SharedHonoVariables } from '@repo/hono-helpers/src/
export type Env = SharedHonoEnv & {
/** Durable Object hosting the SignalR notifications hub. */
NOTIFICATIONS_HUB: DurableObjectNamespace<NotificationsHub>
RECFLARE_NOTIFICATIONS_HUB: DurableObjectNamespace<NotificationsHub>
}
/** Variables can be extended */