Press n or j to go to the next uncovered block, b, p or k for the previous block.
import fs from 'fs-extra' import { TEMPLATE_STORAGE } from '@/consts/path' export default async() => { await fs.remove(TEMPLATE_STORAGE) }