Skip to content

Commit

Permalink
Fix appConfig bug and add console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Feb 27, 2024
1 parent 13600c9 commit 32e0ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ let appConfig = {
next: 3000,
},
prod: {
operate: 8000, // TOFIX
operate: 8000,
next: 3000,
},
},
Expand Down

0 comments on commit 32e0ef4

Please sign in to comment.