fixed bug with starting node from other then projects dir

This commit is contained in:
coderaiser 2012-11-28 08:34:12 -05:00
parent d3b0315ebf
commit a83830caa0
6 changed files with 41 additions and 27 deletions

View file

@ -1,8 +1,6 @@
(function(){
"use strict";
global.cloudcmd = {};
var DIR = __dirname + '/',
main = require(DIR + 'lib/server/main'),