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