review(env): shift secret to env file and added logger

This commit is contained in:
carla 2025-06-24 09:52:17 +02:00
parent b0dcd27049
commit aecd564f7b
7 changed files with 21 additions and 2 deletions

View file

@ -1,3 +1,5 @@
set dotenv-load := true
run: install-dependencies start-database migrate-database seed-database
mix phx.server