Fix paths for Requarks-Core production
This commit is contained in:
3
agent.js
3
agent.js
@@ -6,7 +6,8 @@
|
||||
|
||||
global.PROCNAME = 'AGENT';
|
||||
global.ROOTPATH = __dirname;
|
||||
global.CORE_PATH = ROOTPATH + '/../core/';
|
||||
global.CORE_PATH = ROOTPATH + './node_modules/requarks-core/';
|
||||
//global.CORE_PATH = ROOTPATH + '/../core/';
|
||||
global.IS_DEBUG = process.env.NODE_ENV === 'development';
|
||||
|
||||
// ----------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user