UNPKG

125 BJavaScriptView Raw
1const prepareProjects = require('./prepare-projects')
2
3const run = async () => {
4 await prepareProjects()
5}
6
7run()