mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-21 13:18:53 +00:00
parent
7bbc46b2d4
commit
ea75b39c27
1 changed files with 0 additions and 5 deletions
|
|
@ -1,8 +1,3 @@
|
|||
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