- Fix auth anti-patterns (JWT, OAuth, logout, middleware, url.origin) - Extend DB schema with tier, npcs, counters, translations, notes, initiative - Expand Open5e TypeScript interfaces (Monster, Spell) to full V2 - Build OpenRouter API client for FREE tier - Build Kimi API client for PRO tier - Add comprehensive tests for all modules
4 lines
63 B
TypeScript
4 lines
63 B
TypeScript
export function defineMiddleware(fn: unknown) {
|
|
return fn;
|
|
}
|