doesitarm/scripts/download-stork-toml.js
2022-05-09 16:13:47 -05:00

9 lines
136 B
JavaScript

import {
downloadStorkToml
} from '~/helpers/api/static.js'
;(async () => {
await downloadStorkToml()
process.exit()
})()