6 lines
112 B
TypeScript

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