summaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
Diffstat (limited to 'Justfile')
-rw-r--r--Justfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Justfile b/Justfile
index 43861c8..33a04dc 100644
--- a/Justfile
+++ b/Justfile
@@ -9,10 +9,10 @@ build:
# Start webserver and open in Firefox
open:
- python -m http.server 9000 &
+ node serve.js 9000 &
sleep 1
firefox http://localhost:9000
# Stop the webserver
stop:
- pkill -f "http.server 9000" || true
+ pkill -f "node serve.js" || true