// clean function import del from 'del'; export const clean = async (path) => { del.sync(path); }