mirror of
https://github.com/strapi/strapi.git
synced 2025-09-16 12:02:41 +00:00
6 lines
112 B
TypeScript
6 lines
112 B
TypeScript
import { cleanupWorkspaces } from './workspaces';
|
|
|
|
export default async () => {
|
|
await cleanupWorkspaces();
|
|
};
|