Remove obsolete workflow components from site building; delete WorkflowState model, related services, and frontend steps. Update serializers and routes to reflect the removal of the site builder wizard functionality.

This commit is contained in:
IGNY8 VPS (Salman)
2025-11-20 23:25:00 +00:00
parent c31567ec9f
commit b38553cfc3
25 changed files with 0 additions and 5268 deletions

View File

@@ -75,8 +75,6 @@ export const routes: RouteConfig[] = [
icon: 'Sites',
children: [
{ path: '/sites', label: 'All Sites', breadcrumb: 'All Sites' },
{ path: '/sites/builder', label: 'Create Site', breadcrumb: 'Site Builder' },
{ path: '/sites/blueprints', label: 'Blueprints', breadcrumb: 'Blueprints' },
],
},
];