Refactor server and lib into separate folders.

This commit is contained in:
Taylor Russ
2014-10-05 20:24:12 -07:00
parent f68b4a5ca8
commit 210b0aef27
8 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/sh
nohup hotnode app.js &
nohup hotnode server/app.js &