fix(core): initial
This commit is contained in:
13
ts/smartvhost.classes.smartvhost.ts
Normal file
13
ts/smartvhost.classes.smartvhost.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import * as plugins from './smartvhost.plugins';
|
||||
|
||||
export class SmartVHost {
|
||||
public smartproxy = new plugins.smartproxy.SmartProxy();
|
||||
|
||||
public async start() {
|
||||
await
|
||||
}
|
||||
|
||||
public async stop() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user