From 4320cf6a2f12b392948ae012292cf4c02cbd4580 Mon Sep 17 00:00:00 2001 From: glendc Date: Tue, 17 Oct 2023 23:47:58 +0200 Subject: [PATCH] fix justfile --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 1283d7a..a979504 100644 --- a/justfile +++ b/justfile @@ -1,8 +1,8 @@ run: - cd polygrid-website && cargo shuttle run + cargo shuttle run watch: - cd polygrid-website && cargo watch -x "shuttle run" -i Cargo.lock + cargo watch -x "shuttle run" -i Cargo.lock deploy: cargo shuttle deploy