Skip to content

Commit

Permalink
fix: missing sharp lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Oct 22, 2024
1 parent 1d6f3a3 commit f7812a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@
"files": [
"dist/**/*",
"build/**/*"
],
"asarUnpack": [
"**/node_modules/sharp/**/*",
"**/node_modules/@img/**/*"
]
}
}
4 changes: 4 additions & 0 deletions apps/tsr-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@
],
"extraResources": [
"assets/**/*"
],
"asarUnpack": [
"**/node_modules/sharp/**/*",
"**/node_modules/@img/**/*"
]
}
}

0 comments on commit f7812a5

Please sign in to comment.