🎨 improved scripts for updating events and trees

This commit is contained in:
Pasha8914 2022-06-08 20:45:37 +10:00 committed by Danil Kovtonyuk
parent 8fbbe4c67b
commit f0e38035e7
55 changed files with 437 additions and 477 deletions

2
scripts/helpers/index.js Normal file
View file

@ -0,0 +1,2 @@
export { download, loadCachedEvents, getPastEvents } from './download'
export { save } from './save'