Add downloadStorkToml helper and script

This commit is contained in:
Sam Carlton 2022-05-09 16:13:47 -05:00
parent e37364087a
commit 5bbbc7f41c
2 changed files with 37 additions and 0 deletions

View file

@ -0,0 +1,9 @@
import {
downloadStorkToml
} from '~/helpers/api/static.js'
;(async () => {
await downloadStorkToml()
process.exit()
})()