diff --git a/.flowconfig b/.flowconfig index 37acb6c0..0a37806b 100644 --- a/.flowconfig +++ b/.flowconfig @@ -18,6 +18,7 @@ [options] emoji=true +sharedmemory.heap_size=3221225472 module.system.node.resolve_dirname=node_modules module.system.node.resolve_dirname=app diff --git a/server/app.js b/server/app.js index 4864c815..95c24310 100644 --- a/server/app.js +++ b/server/app.js @@ -79,7 +79,7 @@ if (isProduction) { watchOptions: { poll: 1000, - ignored: ["node_modules"] + ignored: ["node_modules"], }, // public path to bind the middleware to