5 lines
258 B
TypeScript
5 lines
258 B
TypeScript
// ponytail: runnable self-check for the encounter XP-budget math. Not part
|
|
// of the app build (scripts/ is outside tsconfig.app's include). Run with:
|
|
// node scripts/check-encounter-budget.ts
|
|
import { demo } from "../src/lib/encounter-budget.ts";
|
|
demo(); |