mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-25 07:05:51 +00:00
Added /register. Required for newer version of coffee-script module
This commit is contained in:
parent
59a203e05c
commit
ac4dbf6eec
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ if (cores!==0 && cluster.isMaster && (isDev || isProd)) {
|
|||
});
|
||||
|
||||
} else {
|
||||
require('coffee-script'); // remove this once we've fully converted over
|
||||
require('coffee-script/register'); // 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