diff options
Diffstat (limited to 'Justfile')
-rw-r--r-- | Justfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,2 +1,5 @@ +db: + docker compose exec app php bin/db.php + gemini: find $(pwd) -type f -name '*.php' -o -name '*.twig' | GEMINI=true DB_HOST=localhost entr -r php public/index.php |