Skip to content

Commit

Permalink
added source monitoring in server
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeetienne committed Sep 1, 2012
1 parent 5073df4 commit 3b78888
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
server:
node app.js 8000
forever -w --watchDirectory . server.js 8000

serverSimple:
node server.js 8000

deploy:
yes | jitsu deploy
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "tquery-multiplayerserver",
"scripts": {
"start": "app.js"
"start": "server.js"
},
"subdomain": "jetienne.tquery-multiplayerserver",
"version": "0.0.0-7",
"version": "0.0.0-8",
"engines": {
"node": "0.8.x"
},
Expand Down
File renamed without changes.

0 comments on commit 3b78888

Please sign in to comment.