prodV1 #2

Open
RomanGolienko wants to merge 309 commits from prodV1 into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e86a93d3d4 - Show all commits

View File

@ -59,7 +59,7 @@ ide-helper:
php artisan ide-helper:mod -n
db-prepare:
php artisan migrate:fresh --force --seed
php artisan migrate:refresh --force --seed
start-app:
php artisan serve --host 0.0.0.0 --port ${PORT}