diff --git a/Makefile b/Makefile index 169a1bb..efb8471 100644 --- a/Makefile +++ b/Makefile @@ -140,6 +140,7 @@ init_venv : init_configs : cp backend/conf/mock/dexorder-mock.toml backend/dexorder.toml cp backend/conf/mock/.secret-mock.toml backend/.secret.toml + cp backend/conf/mock/logging-default.toml backend/logging.toml cp server/.env-mock server/.env cp web/.env-mock web/.env cp contract/foundry-default.toml contract/foundry.toml