Browse Source

Update Only Server

naibo 1 year ago
parent
commit
0afa159c98
1 changed files with 3 additions and 0 deletions
  1. 3 0
      ElectronJS/start_server.js

+ 3 - 0
ElectronJS/start_server.js

@@ -0,0 +1,3 @@
+const path = require("path");
+const task_server = require(path.join(__dirname, "server.js"));
+task_server.start(8074); //start local server