From a8f18680c8a57950b091e83a2c157a922c41737a Mon Sep 17 00:00:00 2001 From: aleidk Date: Wed, 26 Feb 2025 05:13:12 -0300 Subject: [PATCH] chore: fix restert when updating frontend files --- .justfile | 2 +- frontend/templates/index.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.justfile b/.justfile index a2937eb..93db81c 100644 --- a/.justfile +++ b/.justfile @@ -10,7 +10,7 @@ docker-compose +ARGS: start-dev-services: (docker-compose "up --remove-orphans") dev: - watchexec --restart --clear --watch src --watch dist cargo run + watchexec --no-vcs-ignore --clear --restart --watch=dist --watch=src cargo run migrate: (docker-compose "run dbmate migrate") diff --git a/frontend/templates/index.html b/frontend/templates/index.html index c7591f0..9137d3f 100644 --- a/frontend/templates/index.html +++ b/frontend/templates/index.html @@ -6,6 +6,7 @@ +

Axum example! 1

{% block htmx %}