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 0c7b735..35c3625 100644
--- a/justfile
+++ b/justfile
@@ -2,7 +2,7 @@ list:
@just -l
serve:
- FEEDAKA_PORT=8080 ./backend/feedaka
+ ./backend/feedaka
build: generate
cd frontend && npm run build