improve Readme
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
import * as plugins from "./smartnginx.plugins";
|
||||
import * as CommandModule from "./smartnginx.command";
|
||||
|
||||
// classes
|
||||
export {NginxConfig,NginxZone} from "./smartnginx.classes.nginxconfig";
|
||||
export {NginxConfig,NginxZone} from "./smartnginx.classes.nginxconfig";
|
||||
|
||||
// exports
|
||||
export let command = CommandModule;
|
Reference in New Issue
Block a user