mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-16 08:52:17 +00:00
Removed register task from coffee script require
This commit is contained in:
parent
450fdb1486
commit
08daed21ce
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ if (cores!==0 && cluster.isMaster && (isDev || isProd)) {
|
|||
});
|
||||
|
||||
} else {
|
||||
require('coffee-script/register'); // remove this once we've fully converted over
|
||||
require('coffee-script'); // remove this once we've fully converted over
|
||||
var express = require("express");
|
||||
var http = require("http");
|
||||
var path = require("path");
|
||||
|
|
|
|||
Loading…
Reference in a new issue