diff --git a/Makefile b/Makefile index 5aeaebc8..844f6f46 100644 --- a/Makefile +++ b/Makefile @@ -92,6 +92,7 @@ release: frontend ## Build app with release optimizations cargo build --release run: frontend ## Run app in debug mode + $(call cache_bust) cargo run