Skip to content

Commit 540f62d

Browse files
committed
Make make run run morbo
- Morbo auto-restarts the app after changes to watched files
1 parent fb916ea commit 540f62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ help:
5757

5858
run:
5959
@echo "Starting local server…"
60-
perl app.pl daemon
60+
morbo -w assets app.pl
6161

6262
clean-html:
6363
rm -rf html/*.html html/.*.html \

0 commit comments

Comments
 (0)