Browse Source

Fixed issue where nodemon refreshes on frontend change. This should speed up reloading when file changes.

theflametrooper 8 years ago
parent
commit
d8c01c1dfb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      bootstrap.sh

+ 2 - 2
bootstrap.sh

@@ -88,8 +88,8 @@ console log
 script
 	until mountpoint -q /musare; do sleep 1; done
 	echo \$\$ > /var/run/musare.pid
-	cd /musare
-	nodemon -L backend/app.js
+	cd /musare/backend/
+	nodemon -L app.js
 end script
 
 pre-start script