mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 14:47:12 -04:00
separated the server module from the serve script which instantiates an instance of it
This commit is contained in:
parent
2d0c3b867a
commit
43af5cfe00
5 changed files with 5 additions and 4 deletions
|
@ -26,4 +26,4 @@ bin/installDeps.sh || exit 1
|
|||
#Move to the node folder and start
|
||||
echo "start..."
|
||||
cd "node"
|
||||
node server.js
|
||||
node serve.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue