Wire admin studio SSR and search infrastructure

This commit is contained in:
2026-05-01 11:46:06 +02:00
parent 257b0dbef6
commit 18cea8b0f0
329 changed files with 197465 additions and 2741 deletions

View File

@@ -352,6 +352,12 @@ YOLO may return the same tag list format as CLIP, or object detections:
php artisan queue:work --queue=default
```
- Scout/Meilisearch syncing uses the `search` queue, so artwork indexing workers must include that queue as well:
```bash
php artisan queue:work --queue=search,default
```
- If `VISION_QUEUE=vision`, run worker for that queue:
```bash