Feat: Updating Entrypoint to setup lunar meilisearch

This commit is contained in:
2026-08-31 14:56:17 +03:00
parent 4387459aed
commit 74e554884f
+1
View File
@@ -51,6 +51,7 @@ if [ "$APP_ENV" != "production" ]; then
# Upserts by primary key (no --refresh), so this stays cheap and idempotent on
# every boot rather than flushing and rebuilding the whole index each time.
echo "[entrypoint] Syncing search indexes..."
php artisan lunar:meilisearch:setup
php artisan lunar:search:index --quiet || true
fi