Cambio de multipart Axios

This commit is contained in:
2026-05-09 15:20:23 -06:00
parent 2d51c8f558
commit b41f94f436
4 changed files with 71 additions and 24 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ cmds = [
]
[start]
cmd = "mkdir -p storage/framework/sessions storage/framework/cache storage/framework/views && chmod -R 775 storage && php artisan storage:link --force && php artisan config:clear && php -d upload_max_filesize=50M -d post_max_size=55M artisan serve --host=0.0.0.0 --port=80"
cmd = "mkdir -p storage/framework/sessions storage/framework/cache storage/framework/views && chmod -R 775 storage && php artisan storage:link --force && php artisan config:clear && php -d upload_max_filesize=50M -d post_max_size=55M -d memory_limit=256M -d max_execution_time=120 artisan serve --host=0.0.0.0 --port=80"