Commit 10d2917d authored by Bruce MacDonald's avatar Bruce MacDonald
Browse files

update port in client

parent 53579c51
...@@ -43,7 +43,7 @@ if (app.isPackaged) { ...@@ -43,7 +43,7 @@ if (app.isPackaged) {
console.log(resources) console.log(resources)
// Start the executable // Start the executable
const exec = path.join(resources, 'serve', '--port', '5001') const exec = path.join(resources, 'serve', '--port', '7734')
console.log(`Starting ${exec}`) console.log(`Starting ${exec}`)
const proc = spawn(exec) const proc = spawn(exec)
proc.stdout.on('data', data => { proc.stdout.on('data', data => {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment