mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-15 16:32:16 +00:00
Add babel register in the server file
This commit is contained in:
parent
6f11054994
commit
ddeb0e7b23
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
require('babel/register');
|
||||
// Only do the minimal amount of work before forking just in case of a dyno restart
|
||||
var cluster = require("cluster");
|
||||
var _ = require('lodash');
|
||||
|
|
|
|||
Loading…
Reference in a new issue