From 0920c4d4f30a3345870d385d5c6f3e0919228b56 Mon Sep 17 00:00:00 2001 From: benj Date: Mon, 12 Dec 2022 17:06:57 -0800 Subject: (oauth2 + email added): a mess that may or may not really work and needs to be refactored... --- justfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'justfile') diff --git a/justfile b/justfile index c40de35..4b46fb9 100644 --- a/justfile +++ b/justfile @@ -1,7 +1,10 @@ run-debug: @RUST_BACKTRACE=1 cargo run $@ -build: +build-dev: + @cargo build + +build-prod: @cargo build --release start-postgres: -- cgit v1.2.3