Skip to content

Commit ae13347

Browse files
committed
chore: Add flow support for M1 macs
1 parent 1320517 commit ae13347

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.flowconfig

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
[options]
2020
emoji=true
21+
sharedmemory.heap_size=3221225472
2122

2223
module.system.node.resolve_dirname=node_modules
2324
module.system.node.resolve_dirname=app

server/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if (isProduction) {
7979

8080
watchOptions: {
8181
poll: 1000,
82-
ignored: ["node_modules"]
82+
ignored: ["node_modules"],
8383
},
8484

8585
// public path to bind the middleware to

0 commit comments

Comments
 (0)