Skip to content

Commit

Permalink
Allow for particularly large bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
fleupold committed Aug 16, 2024
1 parent cc8412d commit 5f95d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class App {
}

middlewares() {
this.server.use(express.json());
this.server.use(express.json({ limit: "10mb" }));
this.server.use(
promBundle({
includeMethod: true,
Expand Down

0 comments on commit 5f95d8c

Please sign in to comment.