now includes snippets

This commit is contained in:
LosslessBot
2016-07-06 08:30:33 +02:00
parent 8ebde757b2
commit a15f05cedb
17 changed files with 209 additions and 126 deletions

View File

@ -2,7 +2,8 @@ import * as plugins from "./smartnginx.plugins";
import * as CommandModule from "./smartnginx.command";
// classes
export {NginxConfig,NginxZone} from "./smartnginx.classes.nginxconfig";
export {NginxConfig} from "./smartnginx.classes.nginxconfig";
export {NginxZone,zoneTypes} from "./smartnginx.classes.nginxzone";
// exports
export let command = CommandModule;