mirror of
https://github.com/araxiaonline/wow-market-place-miner.git
synced 2026-06-13 03:32:19 -04:00
8 lines
215 B
TypeScript
8 lines
215 B
TypeScript
import tradegoods from "./items/tradegoods.json";
|
|
import { minePricing } from "./data-miners/minePriceNexus";
|
|
|
|
(async () => {
|
|
await minePricing(tradegoods, './sql/acore_world/mp_tradegoods_nexus.sql');
|
|
})();
|
|
|