From 6b23adcb340732b8bcb4de44a6c7c181c3d37e64 Mon Sep 17 00:00:00 2001 From: andersonid Date: Fri, 4 Apr 2025 09:24:56 -0300 Subject: [PATCH] =?UTF-8?q?chore:=20atualiza=20Makefile=20para=20melhor=20?= =?UTF-8?q?limpeza=20e=20inicializa=C3=A7=C3=A3o=20do=20ambiente?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 977f3b9..8abd495 100644 --- a/Makefile +++ b/Makefile @@ -8,5 +8,11 @@ clean: run: python app.py +seed: + python seed.py + +run-with-seed: clean + python app.py & sleep 5 && python seed.py + reset-admin: clean python create_admin.py