mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-09 07:01:27 -07:00
avatar endpoints
This commit is contained in:
@@ -2,7 +2,8 @@ import type { HonoApp } from '@repo/hono-helpers'
|
||||
import type { SharedHonoEnv, SharedHonoVariables } from '@repo/hono-helpers/src/types'
|
||||
|
||||
export type Env = SharedHonoEnv & {
|
||||
// add additional Bindings here
|
||||
/** Shared `recflare` D1 (accounts table) — stores the player's avatar. */
|
||||
DB: D1Database
|
||||
}
|
||||
|
||||
/** Variables can be extended */
|
||||
|
||||
Reference in New Issue
Block a user