Skip to content

Commit

Permalink
fix request header to large via node options
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSebastian committed Nov 28, 2024
1 parent 64c2aba commit 2510071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wls-gui-wahllokalsystem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"node": ">=20 <=22"
},
"scripts": {
"dev": "vite",
"dev": "set NODE_OPTIONS=--max-http-header-size=64000 && vite",
"test": "vitest run",
"build": "vue-tsc --build --force && vite build",
"preview": "vite preview",
Expand Down

0 comments on commit 2510071

Please sign in to comment.