Skip to content

Commit

Permalink
Change heroku conf.
Browse files Browse the repository at this point in the history
  • Loading branch information
tehmou committed Mar 21, 2012
1 parent 946d891 commit 267ff95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Original file line Diff line number Diff line change
@@ -1 +1 @@
web: ./run_heroku.sh web: node run_heroku.js
1 change: 1 addition & 0 deletions run_heroku.js
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1 @@
require("child_process").exec("cd src && node runServer3000.js");
1 change: 1 addition & 0 deletions src/runServer3000.js
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1 @@
require("./server.js").open(3000, "./public");

0 comments on commit 267ff95

Please sign in to comment.