Pārlūkot izejas kodu

update port in client

Bruce MacDonald 1 gadu atpakaļ
vecāks
revīzija
10d2917d7e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      desktop/src/index.ts

+ 1 - 1
desktop/src/index.ts

@@ -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 => {