Add electron minthread

This commit is contained in:
2022-04-15 17:42:29 +08:00
parent ff88c7047e
commit 7e4fee3fe5
6 changed files with 50 additions and 10 deletions
+2
View File
@@ -41,6 +41,8 @@ class Service {
this.app.listen(this.servicePort);
console.log("Service: service run in port " + this.servicePort);
return "http://127.0.0.1:" + this.servicePort + "/";
}
}