mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
nope, that didn't work
This commit is contained in:
parent
3d98c1a494
commit
09a0a4b25a
1 changed files with 0 additions and 9 deletions
|
|
@ -1,12 +1,3 @@
|
|||
|
||||
// Prevent production server from crashing completely
|
||||
if(process.env.NODE_ENV === 'production') {
|
||||
process.on('uncaughtException', function (err) {
|
||||
console.error(err);
|
||||
console.log("Node NOT Exiting...");
|
||||
});
|
||||
}
|
||||
|
||||
require('coffee-script') // remove intermediate compilation requirement
|
||||
require('./src/server').listen(process.env.PORT || 3000);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue