summaryrefslogtreecommitdiff
path: root/Justfile
blob: 5610b267aa2313d6eafe19b98eca53565dcd89a1 (plain)
1
2
3
4
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