Feat: Upgrading to Boboko 0.10.0 / Lunar 1.5

This commit is contained in:
2026-08-31 14:25:22 +03:00
parent adb847f442
commit 4387459aed
41 changed files with 1270 additions and 630 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ if [ "$APP_ENV" != "production" ]; then
echo "[entrypoint] Running migrations..."
rm -f storage/framework/migrated
# php artisan migrate --force
php artisan migrate --force
echo "[entrypoint] Touching migrated file"
touch storage/framework/migrated
echo "[entrypoint] Touched migrated file"