chore: moved component and added mix_quiet to justfile
This commit is contained in:
parent
8d1d04fa05
commit
c3b33b55a5
2 changed files with 3 additions and 0 deletions
3
Justfile
3
Justfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue