Skip to content

Commit

Permalink
build(webui): increase memory for ForkTsCheckerWebpackPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Oct 4, 2023
1 parent 90d1a8e commit 01a00a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions komga-webui/fork-ts-checker.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
typescript: {
memoryLimit: 4096,
},
}

0 comments on commit 01a00a7

Please sign in to comment.