Do not send email in debug mode #3

Merged
sugar merged 2 commits from noa.virellia/do-not-send-email-in-debug-mode into develop 2025-12-28 11:08:27 +00:00
Showing only changes of commit d44eef6bb7 - Show all commits

View File

@@ -9,7 +9,7 @@ bun_cmd := `realpath $(which bun)`
default: install clean build-back build-client run-back
backend: install clean build-back run-back
backend: clean build-back run-back
install:
cd {{ client_dir }} && {{ bun_cmd }} install