Merge branch 'next' into fix-install-scirpt-root-and-storage

This commit is contained in:
🏔️ Peak
2024-11-14 11:57:03 +01:00
committed by GitHub
55 changed files with 9039 additions and 500 deletions

View File

@@ -24,7 +24,7 @@ function logs {
docker exec -t coolify tail -f storage/logs/laravel.log
}
function test {
docker exec -t coolify php artisan test --testsuite=Feature
docker exec -t coolify php artisan test --testsuite=Feature -p
}
function sync:bunny {