mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 00:50:59 +00:00
feature(cloudcmd) rm support of node.js < 4.0.0
This commit is contained in:
parent
03dbb4489b
commit
7a43ae5e9d
12 changed files with 269 additions and 318 deletions
|
|
@ -2,8 +2,9 @@
|
|||
|
||||
const DIR = __dirname + '/';
|
||||
const DIR_ROOT = DIR + '../';
|
||||
const DIR_COMMON = DIR + '../common/';
|
||||
|
||||
const cloudfunc = require(DIR + 'cloudfunc');
|
||||
const cloudfunc = require(DIR_COMMON + 'cloudfunc');
|
||||
const auth = require(DIR + 'auth');
|
||||
const config = require(DIR + 'config');
|
||||
const modulas = require(DIR + 'modulas');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue