mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-09-01 18:03:29 +02:00
Updated a comment in Makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -12,7 +12,7 @@ update upgrade: # Update application dependencies
|
||||
test: #: Run coding standards/static analysis checks and tests
|
||||
@php-cs-fixer fix --diff --dry-run && psalm --show-info=false && phpunit
|
||||
|
||||
tunnel: # Expose the application via ngrok
|
||||
tunnel: # Expose the application via secure tunnel
|
||||
@ngrok http -host-header=rewrite http://directory-lister.local:80
|
||||
|
||||
clear-cache: # Clear the application cache
|
||||
|
Reference in New Issue
Block a user