update port in client

This commit is contained in:
Bruce MacDonald 2023-06-27 14:00:25 -04:00
parent 53579c5151
commit 10d2917d7e

View file

@ -43,7 +43,7 @@ if (app.isPackaged) {
console.log(resources)
// Start the executable
const exec = path.join(resources, 'serve', '--port', '5001')
const exec = path.join(resources, 'serve', '--port', '7734')
console.log(`Starting ${exec}`)
const proc = spawn(exec)
proc.stdout.on('data', data => {