update
[xogo.git] / start.sh
index 35e6b41..53517f8 100755 (executable)
--- a/start.sh
+++ b/start.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
 
-nodemon ./server.js &
+nodemon -w server.js &
 echo $! > .pid
 php -S localhost:8000 &