fix route umkm

This commit is contained in:
arifal
2025-03-04 16:05:21 +07:00
parent 8fcf8859d6
commit 435a19346b
6 changed files with 175 additions and 160 deletions

View File

@@ -14,7 +14,7 @@ npm ci --no-audit --no-fund
npm run build
echo "📦 Installing composer dependencies..."
composer install --no-interaction --optimize-autoloader
COMPOSER_ALLOW_SUPERUSER=1 composer install --no-interaction --optimize-autoloader
echo "🗄️ Running migrations..."
php artisan migrate --force