aboutsummaryrefslogtreecommitdiffhomepage
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index 8153d6f..6f0b8d2 100644
--- a/justfile
+++ b/justfile
@@ -1,7 +1,7 @@
list:
@just -l
-serve: build
+serve:
FEEDAKA_BASE_PATH="" FEEDAKA_PORT=8080 ./backend/feedaka
build: