mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 10:38:26 +00:00
fixed bug with starting node from other then projects dir
This commit is contained in:
parent
d3b0315ebf
commit
a83830caa0
6 changed files with 41 additions and 27 deletions
|
|
@ -1,8 +1,6 @@
|
|||
(function(){
|
||||
"use strict";
|
||||
|
||||
global.cloudcmd = {};
|
||||
|
||||
var DIR = __dirname + '/',
|
||||
main = require(DIR + 'lib/server/main'),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue