add some (maybe) working storefronts

This commit is contained in:
Devin Zuczek
2026-07-06 22:14:08 -04:00
parent baf43bfe31
commit 3c308d27f0
21 changed files with 52799 additions and 27389 deletions
+2
View File
@@ -8,6 +8,8 @@ export type Env = SharedHonoEnv & {
JWT_SECRET: SecretsStoreSecret
/** Shared `recflare` D1 (accounts table) — stores the player's avatar. */
DB: D1Database
/** Static storefront catalogs (`static/storefronts/sf*.json`), fetched by path. */
ASSETS: Fetcher
}
/** Variables can be extended */