Skip to content

Commit

Permalink
Frontend: Fix multiple require issue
Browse files Browse the repository at this point in the history
Multiple requires would cause multiple initializations, which is bad.. this was the only working way I could do this, seems to work well though, worth it.
  • Loading branch information
DatCaptainHorse committed Sep 7, 2024
1 parent 2f40184 commit 0cd1f6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 46 deletions.
45 changes: 0 additions & 45 deletions UI/libhv.20240906.log

This file was deleted.

2 changes: 1 addition & 1 deletion UI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"appId": "chatnotifier.app",
"productName": "ChatNotifier",
"compression": "store",
"asar": "false",
"asar": "true",
"files": [
"build/*",
"dist-electron/*",
Expand Down

0 comments on commit 0cd1f6a

Please sign in to comment.