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