mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-27 01:36:28 +00:00
refactor(main) mv CloudFunc to up
This commit is contained in:
parent
04af8f7f3c
commit
1ff073d78b
1 changed files with 1 additions and 1 deletions
|
|
@ -101,12 +101,12 @@
|
|||
exports.VOLUMES = getVolumes(),
|
||||
|
||||
/* Additional Modules */
|
||||
exports.cloudfunc = CloudFunc = librequire('cloudfunc'),
|
||||
exports.pipe = pipe = srvrequire('pipe'),
|
||||
exports.socket = srvrequire('socket'),
|
||||
exports.express = srvrequire('express'),
|
||||
exports.auth = srvrequire('auth').auth,
|
||||
exports.appcache = srvrequire('appcache'),
|
||||
exports.cloudfunc = CloudFunc = librequire('cloudfunc'),
|
||||
exports.dir = srvrequire('dir'),
|
||||
exports.rest = srvrequire('rest').api,
|
||||
exports.update = srvrequire('update'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue