fix(core): update
This commit is contained in:
@@ -16,7 +16,9 @@ export const defaultPublicServer = new UiPublicServer({
|
||||
});
|
||||
|
||||
export const runCli = async () => {
|
||||
|
||||
await defaultPublicServer.startServer();
|
||||
}
|
||||
|
||||
export const stop = async () => {}
|
||||
export const stop = async () => {
|
||||
await defaultPublicServer.stopServer();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user