We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1320517 commit ae13347Copy full SHA for ae13347
.flowconfig
@@ -18,6 +18,7 @@
18
19
[options]
20
emoji=true
21
+sharedmemory.heap_size=3221225472
22
23
module.system.node.resolve_dirname=node_modules
24
module.system.node.resolve_dirname=app
server/app.js
@@ -79,7 +79,7 @@ if (isProduction) {
79
80
watchOptions: {
81
poll: 1000,
82
- ignored: ["node_modules"]
+ ignored: ["node_modules"],
83
},
84
85
// public path to bind the middleware to
0 commit comments