From 86e3efb82aa2a6626b61b7d538800140838f48de Mon Sep 17 00:00:00 2001 From: cfs-data <145435153+cfs-data@users.noreply.github.com> Date: Thu, 3 Sep 2026 15:45:17 +0200 Subject: [PATCH] first commit --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index df274d49..26882971 100644 --- a/Justfile +++ b/Justfile @@ -83,7 +83,7 @@ clean: (log "Delete all dirty files" "red") # Build an executable for the REST API build: (log "\nBuilding the REST API to an executable" "blue") - uv run pyinstaller --onefile src/main.py --clean --debug all \ + uv run pyinstaller --onefile src/main.py --clean --log-level=WARN \ --collect-all=skimage \ --collect-submodules=PIL \ --collect-submodules=surfalize \