Skip to content

Commit 223aef9

Browse files
committed
Allow saving large meshes
1 parent 1cc5f03 commit 223aef9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

main.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ budo('./js/index.js', {
3333
stream: process.stdout,
3434
ssl: true,
3535
middleware: [
36-
bodyParser.json(),
36+
bodyParser.json({
37+
limit: 1024 * 1024
38+
}),
3739
router
3840
],
3941
browserify: browserifyOpts

0 commit comments

Comments
 (0)