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