mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
forgot to edit other scripts
This commit is contained in:
parent
57908fcb16
commit
95d98f0cd0
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ node-inspector &
|
||||||
echo "If you are new to node-inspector, take a look at this video: http://youtu.be/AOnK3NVnxL8"
|
echo "If you are new to node-inspector, take a look at this video: http://youtu.be/AOnK3NVnxL8"
|
||||||
|
|
||||||
cd "node"
|
cd "node"
|
||||||
node --debug server.js
|
node --debug serve.js
|
||||||
|
|
||||||
#kill node-inspector before ending
|
#kill node-inspector before ending
|
||||||
kill $!
|
kill $!
|
||||||
|
|
|
@ -10,4 +10,4 @@ Module file names starts with a capital letter and uses camelCase
|
||||||
|
|
||||||
# Where does it start?
|
# Where does it start?
|
||||||
|
|
||||||
server.js is started directly
|
serve.js invokes init in server.js
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue