Explorar el Código

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

theflametrooper hace 8 años
padre
commit
d8c01c1dfb
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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