Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
10d2917d
Commit
10d2917d
authored
Jun 27, 2023
by
Bruce MacDonald
Browse files
update port in client
parent
53579c51
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
desktop/src/index.ts
desktop/src/index.ts
+1
-1
No files found.
desktop/src/index.ts
View file @
10d2917d
...
@@ -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
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment