From 4eb35810d28460a0954ef95d73e56ffa5e6fa5bb Mon Sep 17 00:00:00 2001 From: lqdev Date: Thu, 22 Feb 2024 20:31:26 +0100 Subject: [PATCH] add justfile --- Justfile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Justfile diff --git a/Justfile b/Justfile new file mode 100644 index 0000000..4feda74 --- /dev/null +++ b/Justfile @@ -0,0 +1,11 @@ +port := "8080" +export TREEHOUSE_SITE := "http://localhost:" + port + +serve: + cargo watch -- cargo run -- serve --port {{port}} + +fix: + cargo run -- fix-all --apply + +ulid: + cargo run -- ulid