Quiet dev server output

dev
gravel 1 year ago
parent 0dccb889f7
commit a2e74001b7
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -51,11 +51,11 @@ lan-dev: open
# Serve a local copy.
server:
/bin/php -S "localhost:$(PORT)" -t "$(OUTPUT)"
/bin/php -S "localhost:$(PORT)" -t "$(OUTPUT)" -q
# Serve a local copy on all interfaces.
lan-server:
/bin/php -S "0.0.0.0:$(PORT)" -t "$(OUTPUT)"
/bin/php -S "0.0.0.0:$(PORT)" -t "$(OUTPUT)" -q
# Open locally served page in browser.
open:

Loading…
Cancel
Save