Skip to content

Commit

Permalink
chore: Add flow support for M1 macs
Browse files Browse the repository at this point in the history
  • Loading branch information
tommoor committed Jan 29, 2021
1 parent 1320517 commit ae13347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

[options]
emoji=true
sharedmemory.heap_size=3221225472

module.system.node.resolve_dirname=node_modules
module.system.node.resolve_dirname=app
Expand Down
2 changes: 1 addition & 1 deletion server/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ if (isProduction) {

watchOptions: {
poll: 1000,
ignored: ["node_modules"]
ignored: ["node_modules"],
},

// public path to bind the middleware to
Expand Down

0 comments on commit ae13347

Please sign in to comment.