mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 01:47:35 +00:00
refactored
This commit is contained in:
parent
163a8544ba
commit
37847df395
9 changed files with 15 additions and 20 deletions
|
|
@ -1,8 +1,7 @@
|
|||
(function(){
|
||||
"use strict";
|
||||
|
||||
var DIR = process.cwd() + '/',
|
||||
main = require(DIR + 'lib/server/main'),
|
||||
var main = global.cloudcmd.main,
|
||||
SRVDIR = main.SRVDIR;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue