working through a review
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// ponytail: runnable self-check for the dice-notation parser. Not part of
|
||||
// the app build (scripts/ is outside tsconfig.app's include). Run with:
|
||||
// node scripts/check-dice.ts
|
||||
import { demo } from "../src/lib/dice.ts";
|
||||
demo();
|
||||
@@ -0,0 +1,5 @@
|
||||
// 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();
|
||||
Reference in New Issue
Block a user