starting big migration

This commit is contained in:
Tyler Renelle
2013-02-04 17:27:27 -05:00
parent 57a7edc5d3
commit 927a3d0aa7
3 changed files with 87 additions and 28 deletions

View File

@@ -4,7 +4,7 @@ process.on('uncaughtException', function (exception) {
});
require('coffee-script') // remove intermediate compilation requirement
require('./src/server').listen(process.env.PORT || 3000);
require('./lib/server').listen(process.env.PORT || 3000);
// Note: removed "up" module, which is default for development (but interferes with and production + PaaS)
// Restore to 5310bb0 if I want it back (see https://github.com/codeparty/derby/issues/165#issuecomment-10405693)