import { cleanupWorkspaces } from './workspaces'; export default async () => { await cleanupWorkspaces(); };