Skip to content

Commit

Permalink
Update Only Server
Browse files Browse the repository at this point in the history
  • Loading branch information
naibo committed Apr 23, 2024
1 parent 3ba748b commit 0afa159
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ElectronJS/start_server.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
const path = require("path");
const task_server = require(path.join(__dirname, "server.js"));
task_server.start(8074); //start local server

0 comments on commit 0afa159

Please sign in to comment.