get npm build to somehow work

This commit is contained in:
Sanjay Bhangar 2026-02-09 19:25:09 +05:30
commit b2056d4e2b
18 changed files with 3174 additions and 320 deletions

7
src/ox/core/Geo.js Normal file
View file

@ -0,0 +1,7 @@
// Geo module - geographic utilities
// This will be migrated in a future iteration
// For now, we provide basic stubs
export function parseGeoname() {
throw new Error('Geo.parseGeoname not yet migrated to ES modules');
}