Files
dm-pal/scripts/check-worldmap.ts
T
2026-07-13 10:50:55 +01:00

6 lines
240 B
TypeScript

// ponytail: runnable self-check for the world-map layout math. Not part of
// the app build (scripts/ is outside tsconfig.app's include). Run with:
// node scripts/check-worldmap.ts
import { demo } from "../src/lib/worldMap.ts";
demo();