mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 11:09:18 +02:00
fix: serve logs, formulaire.php error_log path, CSRF debug, undefined $redirect
This commit is contained in:
2
justfile
2
justfile
@@ -13,7 +13,7 @@ setup:
|
||||
|
||||
[group('dev')]
|
||||
serve: migrate
|
||||
@php -S 127.0.0.1:8000 -t app/public/ app/router.php 2>&1 | stdbuf -oL grep -E '(Development Server|\[200\])' | stdbuf -oL grep -v 'live-reload\.php' || true
|
||||
@php -S 127.0.0.1:8000 -t app/public/ app/router.php 2>&1 | stdbuf -oL grep -Ev '(Accepted|Closing|live-reload\.php|assets/|favicon)' || true
|
||||
|
||||
[group('dev')]
|
||||
stop:
|
||||
|
||||
Reference in New Issue
Block a user