- 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
6 lines
112 B
TypeScript
6 lines
112 B
TypeScript
import { webcrypto } from 'node:crypto';
|
|
|
|
Object.defineProperty(globalThis, 'crypto', {
|
|
value: webcrypto,
|
|
});
|