2016-07-06 01:14:44 +00:00
|
|
|
"use strict";
|
2016-07-06 04:33:31 +00:00
|
|
|
var CommandModule = require("./smartnginx.command");
|
2016-07-06 01:14:44 +00:00
|
|
|
// classes
|
|
|
|
var smartnginx_classes_nginxconfig_1 = require("./smartnginx.classes.nginxconfig");
|
|
|
|
exports.NginxConfig = smartnginx_classes_nginxconfig_1.NginxConfig;
|
|
|
|
exports.NginxZone = smartnginx_classes_nginxconfig_1.NginxZone;
|
2016-07-06 04:33:31 +00:00
|
|
|
// exports
|
|
|
|
exports.command = CommandModule;
|
|
|
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi90cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQ0EsSUFBWSxhQUFhLFdBQU0sc0JBQXNCLENBQUMsQ0FBQTtBQUV0RCxVQUFVO0FBQ1YsK0NBQW9DLGtDQUFrQyxDQUFDO0FBQS9ELG1FQUFXO0FBQUMsK0RBQW1EO0FBRXZFLFVBQVU7QUFDQyxlQUFPLEdBQUcsYUFBYSxDQUFDIn0=
|