Files
habitica/server.js
2013-02-04 21:13:04 -05:00

10 lines
442 B
JavaScript

/*process.on('uncaughtException', function (error) {
console.log(error.stack);
});*/
require('coffee-script') // remove intermediate compilation requirement
require('./src/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)