paulmaunders / delivery-slot-bot

A puppeteer based bot to monitor supermarket online delivery slots.
MIT License
54 stars 27 forks source link

Fix recursive chain requires by splitting stores/notifiers from config #70

Closed andytson closed 4 years ago

andytson commented 4 years ago

puppeteer-utils couldn't read config due to a recursive chain of requires preventing config from immediately being available

config.raw now just config

paulmaunders commented 4 years ago

Thanks Andy!