update some naming conventions

This commit is contained in:
Devin Zuczek
2026-06-30 13:03:40 -04:00
parent b7aab05a92
commit 8b42c23764
27 changed files with 71 additions and 64 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import type { SharedHonoEnv, SharedHonoVariables } from '@repo/hono-helpers/src/
export type Env = SharedHonoEnv & {
/** Per-player settings store. Key `player:<id>` → JSON map of `{ key: value }`. */
PLAYER_SETTINGS: KVNamespace
RECFLARE_PLAYER_SETTINGS: KVNamespace
}
/** Variables can be extended */