mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-02 12:42:12 +00:00
moved to lib directory
This commit is contained in:
parent
02f9e2b64b
commit
8903671fdb
5 changed files with 4 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
|||
Util = main.util,
|
||||
update = main.update,
|
||||
|
||||
Server = main.require(DIR + 'server'),
|
||||
Server = main.require(LIBDIR + 'server'),
|
||||
srv = Server.CloudServer,
|
||||
Config = main.config;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue