import { remove } from "fs-extra"; export default async function(): Promise { await remove(process.env.BASE_DIR); }