now working as intended

This commit is contained in:
2016-07-25 01:54:36 +02:00
parent effe9210fc
commit ca2ff3481e
21 changed files with 258 additions and 207 deletions

View File

@ -1,9 +1,6 @@
import * as plugins from "./smartnginx.plugins";
import * as CommandModule from "./smartnginx.command";
// classes
export {NginxConfig} from "./smartnginx.classes.nginxconfig";
export {NginxZone,zoneTypes} from "./smartnginx.classes.nginxzone";
// exports
export let command = CommandModule;
export {NginxProcess} from "./smartnginx.classes.nginxprocess";
export {NginxZone,zoneTypes} from "./smartnginx.classes.nginxzone";