mirror of https://gitee.com/bigwinds/arangodb
Added missing exports.
This commit is contained in:
parent
f3ef5a048e
commit
ef11e3a622
|
@ -258,7 +258,6 @@
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
/// @brief Zips and copies a local app to the server.
|
/// @brief Zips and copies a local app to the server.
|
||||||
///
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
var moveAppToServer = function(appInfo) {
|
var moveAppToServer = function(appInfo) {
|
||||||
|
@ -723,6 +722,7 @@
|
||||||
exports.install = install;
|
exports.install = install;
|
||||||
exports.setup = setup;
|
exports.setup = setup;
|
||||||
exports.teardown = teardown;
|
exports.teardown = teardown;
|
||||||
|
exports.tests = tests;
|
||||||
exports.uninstall = uninstall;
|
exports.uninstall = uninstall;
|
||||||
exports.replace = replace;
|
exports.replace = replace;
|
||||||
exports.upgrade = upgrade;
|
exports.upgrade = upgrade;
|
||||||
|
@ -730,6 +730,8 @@
|
||||||
exports.production = production;
|
exports.production = production;
|
||||||
exports.configure = configure;
|
exports.configure = configure;
|
||||||
exports.configuration = configuration;
|
exports.configuration = configuration;
|
||||||
|
exports.setDependencies = setDependencies;
|
||||||
|
exports.dependencies = dependencies;
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
/// @brief Clientside only API
|
/// @brief Clientside only API
|
||||||
|
|
Loading…
Reference in New Issue