fix: use frankenphp as server

This commit is contained in:
Adamalfantino 2026-05-22 22:13:46 +07:00
parent 754aebfaec
commit 8410e6c4d0
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
web: php artisan migrate --force && php artisan db:seed --force && php artisan serve --host=0.0.0.0 --port=$PORT
web: php artisan migrate --force && php artisan db:seed --force && frankenphp run --config /Caddyfile