Browse Source

Update Only Server

pull/356/head
naibo 5 months 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 View File

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

Loading…
Cancel
Save