chore: moved component and added mix_quiet to justfile

This commit is contained in:
carla 2025-12-03 14:56:01 +01:00
parent 8d1d04fa05
commit c3b33b55a5
2 changed files with 3 additions and 0 deletions

View file

@ -1,4 +1,7 @@
set dotenv-load := true
set export := true
MIX_QUIET := "1"
run: install-dependencies start-database migrate-database seed-database
mix phx.server