From e4351601a7ced91bf5a2c516a38db714d43e6ecf Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Mon, 8 Jan 2024 22:28:02 +0100 Subject: send resources + adminer css --- Justfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Justfile') diff --git a/Justfile b/Justfile index 2207542..5610b26 100644 --- a/Justfile +++ b/Justfile @@ -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 -- cgit v1.2.3