Skip to content

Commit

Permalink
feature: ability to run with different port, dynamically
Browse files Browse the repository at this point in the history
  • Loading branch information
Phaqui committed Aug 15, 2024
1 parent 18cc880 commit 2b5f514
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ module.exports = {
(e) => e.message.includes("Can't resolve 'modes"),
],
entry: {
index: "./app/index.ts",
bundle: "./app/index.js",
backend: "./app/backend.js",
worker: "./app/scripts/statistics_worker.ts",
},
output: {
Expand Down

0 comments on commit 2b5f514

Please sign in to comment.